Skip to content

Commit 5064b95

Browse files
committed
.
1 parent ffd7dac commit 5064b95

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Go
1616
uses: actions/setup-go@v4
1717
with:
18-
go-version: 1.20.x
18+
go-version: 1.24.x
1919

2020
- name: Check out code
2121
uses: actions/checkout@v4

.github/workflows/lint-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
- name: Set up Go
1414
uses: actions/setup-go@v4
1515
with:
16-
go-version: 1.20.x
16+
go-version: 1.24.x
1717
- name: Run golangci-lint
18-
uses: golangci/golangci-lint-action@v3.7.0
18+
uses: golangci/golangci-lint-action@v8.0.0
1919
with:
2020
version: latest
2121
args: --timeout 5m

0 commit comments

Comments
 (0)