Skip to content

Commit b9ce46c

Browse files
Bump actions/setup-go from 6.4.0 to 6.5.0 (#570)
1 parent 3171318 commit b9ce46c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
echo "version=${GO_VERSION}" >> $GITHUB_OUTPUT
2929
3030
- name: Set up Go
31-
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
31+
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
3232
with:
3333
go-version: ${{ steps.go_version.outputs.version }}
3434

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
echo "version=${GO_VERSION}" >> $GITHUB_OUTPUT
3838
3939
- name: Set up Go
40-
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
40+
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
4141
with:
4242
go-version: ${{ steps.go_version.outputs.version }}
4343

0 commit comments

Comments
 (0)