Skip to content

Commit 11b7982

Browse files
chore(deps): Update actions/setup-go action to v6 (#320)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9ec5b41 commit 11b7982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
folder: [modules/project_cleanup/function_source]
3838
steps:
3939
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
40-
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
40+
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
4141
with:
4242
go-version-file: ${{ matrix.folder }}/go.mod
4343
cache-dependency-path: ${{ matrix.folder }}/go.sum

0 commit comments

Comments
 (0)