From f7acc7f53a54f5b5f267b6770e0e24ed444ebc7a Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Fri, 22 Mar 2024 13:08:05 +0100 Subject: Workflows: Bump windows Go and use Ruff --- .github/workflows/test-win.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to '.github/workflows/test-win.yml') diff --git a/.github/workflows/test-win.yml b/.github/workflows/test-win.yml index a8c2dba..5883995 100644 --- a/.github/workflows/test-win.yml +++ b/.github/workflows/test-win.yml @@ -11,10 +11,5 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-go@v3 with: - go-version: ^1.15 + go-version: ^1.22 - run: make - - uses: actions/upload-artifact@v3 - with: - name: shared-lib - path: exports/lib/ - retention-days: 1 -- cgit v1.2.3