Skip to content

Commit 4785205

Browse files
authored
Merge pull request #1525 from smallstep/dependabot/github_actions/actions/setup-go-6.1.0
Bump actions/setup-go from 6.0.0 to 6.1.0
2 parents 5bcdad3 + e3f0487 commit 4785205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
- name: Checkout
114114
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
115115
- name: Setup Go
116-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
116+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
117117
with:
118118
go-version: 'stable'
119119
check-latest: true

0 commit comments

Comments
 (0)