Skip to content

Commit 5ee7d65

Browse files
Mzack9999dependabot[bot]
authored andcommitted
.
1 parent aca1cb1 commit 5ee7d65

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.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)