Skip to content

Commit 9dba7f9

Browse files
committed
Update dependency go to 1.24
1 parent f7ba58e commit 9dba7f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_and_test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Go
1616
uses: actions/setup-go@v5
1717
with:
18-
go-version: '1.23'
18+
go-version: '1.24'
1919

2020
- name: Install golangci-lint
2121
run: |
@@ -41,7 +41,7 @@ jobs:
4141
- name: Set up Go
4242
uses: actions/setup-go@v5
4343
with:
44-
go-version: '1.23'
44+
go-version: '1.24'
4545

4646
- name: Get dependencies
4747
run: go mod tidy

0 commit comments

Comments
 (0)