Skip to content

Commit 93968b4

Browse files
Update dependency go to 1.24
1 parent a59711d commit 93968b4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/setup-go@v5
1515
with:
16-
go-version: "1.20"
16+
go-version: "1.24"
1717
- uses: actions/checkout@v4
1818
- name: golangci-lint
1919
uses: golangci/golangci-lint-action@v6

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Set up Go
3636
uses: actions/setup-go@v5
3737
with:
38-
go-version: "1.20"
38+
go-version: "1.24"
3939
- name: mod download
4040
run: go mod download && go build
4141

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Set up Go
3333
uses: actions/setup-go@v5
3434
with:
35-
go-version: "1.20"
35+
go-version: "1.24"
3636
- name: mod download
3737
run: go mod download && go build
3838

0 commit comments

Comments
 (0)