Skip to content

Commit

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

chore(deps): bump actions/setup-go from 2 to 3
  • Loading branch information
thinkerou committed Apr 30, 2022
2 parents 6e9a2e1 + cedad5e commit 8e881b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: '^1.16'
- name: Checkout repository
Expand All @@ -40,7 +40,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

0 comments on commit 8e881b2

Please sign in to comment.