Skip to content
This repository was archived by the owner on May 24, 2023. It is now read-only.

Commit 62dd75e

Browse files
authored
Merge pull request #135 from gofiber/dependabot/github_actions/actions/setup-go-3
Bump actions/setup-go from 2 to 3
2 parents f650d5a + 86da841 commit 62dd75e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gotidy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@v2.3.1
1919
-
2020
name: Set up Go
21-
uses: actions/setup-go@v2
21+
uses: actions/setup-go@v3
2222
with:
2323
go-version: 1.16
2424
-

0 commit comments

Comments
 (0)