Skip to content

Commit 3878ca9

Browse files
Update dependency go to 1.24
1 parent 00e9aba commit 3878ca9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Set up Go
1313
uses: actions/setup-go@v5
1414
with:
15-
go-version: "1.21"
15+
go-version: "1.24"
1616
cache: false
1717

1818
- name: Install dependencies

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v4
1010
- uses: actions/setup-go@v5
1111
with:
12-
go-version: '1.21'
12+
go-version: '1.24'
1313
cache: false
1414
- name: gofmt
1515
run: |

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v4
1010
- uses: actions/setup-go@v5
1111
with:
12-
go-version: '1.21'
12+
go-version: '1.24'
1313
cache: false
1414
- name: golangci-lint
1515
uses: golangci/golangci-lint-action@v4

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Go
1818
uses: actions/setup-go@v5
1919
with:
20-
go-version: "1.21"
20+
go-version: "1.24"
2121
cache: false
2222

2323
- name: Install dependencies

0 commit comments

Comments
 (0)