Skip to content

Commit 29601f3

Browse files
authored
Merge pull request #3825 from gofiber/dependabot/github_actions/actions/setup-go-6.1.0
chore(deps): bump actions/setup-go from 6.0.0 to 6.1.0
2 parents 9d6a75f + 2aa51d8 commit 29601f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gobuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
fetch-depth: 0 # Fetch all history so diffs can be performed
3030

3131
- name: Setup Go
32-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
32+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
3333
with:
3434
go-version: ${{ matrix.go-version }}
3535
cache: true

0 commit comments

Comments
 (0)