Skip to content

Commit

Permalink
Merge pull request #158 from gin-contrib/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/setup-go-3

chore(deps): bump actions/setup-go from 2 to 3
  • Loading branch information
thinkerou authored Apr 30, 2022
2 parents 699d99a + 4774516 commit 5ab77af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fetch-depth: 0
-
name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: 1.17
-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
GOPROXY: https://proxy.golang.org
steps:
- name: Set up Go ${{ matrix.go }}
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- uses: niden/actions-memcached@v7

- name: Set up Go ${{ matrix.go }}
uses: actions/setup-go@v2
uses: actions/setup-go@v3

- name: Checkout Code
uses: actions/checkout@v3
Expand Down

0 comments on commit 5ab77af

Please sign in to comment.