Skip to content

Commit

Permalink
chore(deps): update actions/setup-go digest to d0a58c1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 13, 2022
1 parent f3763a5 commit 6c4fbb7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*

- name: install go
uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f # v3
uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 # v3
with:
# use version from go.mod file
go-version-file: 'go.mod'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -24,7 +24,7 @@ jobs:
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*

- name: install go
uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f # v3
uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 # v3
with:
# use version from go.mod file
go-version-file: 'go.mod'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -23,7 +23,7 @@ jobs:
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*

- name: install go
uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f # v3
uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 # v3
with:
# use version from go.mod file
go-version-file: 'go.mod'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*

- name: install go
uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f # v3
uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 # v3
with:
# use version from go.mod file
go-version-file: 'go.mod'
Expand Down

0 comments on commit 6c4fbb7

Please sign in to comment.