Skip to content

Commit

Permalink
Merge pull request #83 from eko/dependabot/github_actions/actions/set…
Browse files Browse the repository at this point in the history
…up-go-3

[github-actions] Bump actions/setup-go from 2 to 3
  • Loading branch information
eko committed Feb 27, 2023
2 parents 29fd290 + 2bd282e commit 5385b8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
go_version: [ '1.20' ]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v2
- uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go_version }}

Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v2
- uses: actions/setup-go@v3
with:
go-version: '1.20'

Expand Down

0 comments on commit 5385b8b

Please sign in to comment.