Skip to content

Commit a26b4dd

Browse files
committed
Updated go
1 parent da46c8b commit a26b4dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v4
1414
- uses: actions/setup-go@v5
1515
with:
16-
go-version: 1.21
16+
go-version: 1.24
1717
- name: golangci-lint
1818
uses: golangci/golangci-lint-action@v6
1919
with:
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/checkout@v4
2929
- uses: actions/setup-go@v5
3030
with:
31-
go-version: 1.21
31+
go-version: 1.24
3232
- name: Test
3333
run: |
3434
go run ./build/build.go --target Run-Tests

0 commit comments

Comments
 (0)