Skip to content

Commit 75c4a2a

Browse files
Update dependency go to v1.24.1
1 parent ab52511 commit 75c4a2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Go
1919
uses: actions/setup-go@v5
2020
with:
21-
go-version: '1.23.4'
21+
go-version: '1.24.1'
2222

2323
- name: Run Tests
2424
working-directory: ./src
@@ -36,7 +36,7 @@ jobs:
3636
- name: Set up Go
3737
uses: actions/setup-go@v5
3838
with:
39-
go-version: '1.23.4'
39+
go-version: '1.24.1'
4040

4141
- name: Set up Docker Buildx
4242
uses: docker/setup-buildx-action@v3

0 commit comments

Comments
 (0)