Skip to content

Commit d3b85cb

Browse files
committed
Also update actions/setup-go in build.yml
1 parent f45e4f3 commit d3b85cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
15-
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
15+
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
1616
with:
1717
go-version: 1.25.x
1818
- run: go mod download

0 commit comments

Comments
 (0)