Skip to content

Commit

Permalink
Sync repo templates ⚙
Browse files Browse the repository at this point in the history
  • Loading branch information
coreosbot committed Oct 11, 2024
1 parent c4c02e5 commit 130c146
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
name: Test
strategy:
matrix:
go-version: [1.20.x, 1.21.x]
go-version: [1.22.x, 1.23.x]
os: [ubuntu-latest]
include:
- go-version: 1.21.x
- go-version: 1.23.x
os: macos-latest
- go-version: 1.21.x
- go-version: 1.23.x
os: windows-latest
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -47,5 +47,5 @@ jobs:
uses: golangci/golangci-lint-action@v3
if: runner.os == 'Linux'
with:
version: v1.52.2
version: v1.61.0
args: -E=gofmt --timeout=30m0s

0 comments on commit 130c146

Please sign in to comment.