Skip to content

Commit 262289b

Browse files
authored
Merge pull request #2044 from coreosbot-releng/repo-templates
Sync repo templates ⚙
2 parents b111af1 + 7010763 commit 262289b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/go.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
name: Test
2121
strategy:
2222
matrix:
23-
go-version: [1.22.x, 1.23.x]
23+
go-version: [1.23.x, 1.24.x]
2424
runs-on: ubuntu-latest
2525
steps:
2626
- name: Set up Go 1.x
@@ -43,7 +43,7 @@ jobs:
4343
- name: Run linter
4444
uses: golangci/golangci-lint-action@v6
4545
with:
46-
version: v1.61.0
46+
version: v1.64.4
4747
args: -E=gofmt --timeout=30m0s
4848
regenerate:
4949
name: Regenerate
@@ -54,7 +54,7 @@ jobs:
5454
- name: Set up Go 1.x
5555
uses: actions/setup-go@v5
5656
with:
57-
go-version: 1.23.x
57+
go-version: 1.24.x
5858
- name: Install schematyper
5959
run: |
6060
# "go install github.com/idubinskiy/schematyper:latest" fails with

.github/workflows/ignition-validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
name: Test ignition-validate
2121
strategy:
2222
matrix:
23-
go-version: [1.23.x]
23+
go-version: [1.24.x]
2424
os: [macos-latest, windows-latest]
2525
runs-on: ${{ matrix.os }}
2626
steps:

0 commit comments

Comments
 (0)