Skip to content

Commit

Permalink
Merge pull request #549 from coreosbot-releng/repo-templates
Browse files Browse the repository at this point in the history
Sync repo templates ⚙
  • Loading branch information
prestist authored Oct 14, 2024
2 parents 6d2ec2d + 08303ab commit ed9e750
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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 @@ -48,7 +48,7 @@ jobs:
uses: golangci/golangci-lint-action@v3
if: runner.os == 'Linux'
with:
version: v1.55.1
version: v1.61.0
args: -E=gofmt --timeout=30m0s
regenerate:
name: Regenerate
Expand All @@ -59,7 +59,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v4
with:
go-version: 1.21.x
go-version: 1.23.x
- name: Regenerate
run: ./generate
- name: Check whether generated output is current
Expand Down

0 comments on commit ed9e750

Please sign in to comment.