Skip to content

Commit 95e1cc7

Browse files
bump go verisons in other workflow files
1 parent ab043f6 commit 95e1cc7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup Go
2020
uses: actions/setup-go@v5
2121
with:
22-
go-version: "1.18"
22+
go-version: "1.22"
2323

2424
- name: Tidy
2525
run: go mod tidy -v && git diff --no-patch --exit-code || { git status; echo 'Unchecked diff, did you forget go mod tidy again?' ; false ; };

.github/workflows/reviewdog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup Go
2121
uses: actions/setup-go@v5
2222
with:
23-
go-version: '1.18'
23+
go-version: '1.22'
2424

2525
- name: Install golangci-lint
2626
run: make install-golangci

.github/workflows/scheduled_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
- uses: actions/setup-go@v3
1616
with:
17-
go-version: "1.18"
17+
go-version: "1.22"
1818

1919
- name: Run tests
2020
env:

0 commit comments

Comments
 (0)