Skip to content

Commit

Permalink
Merge pull request #561 from coreosbot-releng/repo-templates
Browse files Browse the repository at this point in the history
Sync repo templates ⚙
  • Loading branch information
travier authored Nov 22, 2024
2 parents da4b8a1 + a6374ff commit 6d5cf89
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- name: Check out repository
Expand All @@ -45,7 +45,7 @@ jobs:
shell: bash
run: ./test
- name: Run linter
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v6
if: runner.os == 'Linux'
with:
version: v1.61.0
Expand All @@ -57,7 +57,7 @@ jobs:
- name: Check out repository
uses: actions/checkout@v4
- name: Set up Go 1.x
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 1.23.x
- name: Regenerate
Expand Down

0 comments on commit 6d5cf89

Please sign in to comment.