Skip to content

Commit

Permalink
Merge pull request #285 from mxpv/dependabot/github_actions/actions/s…
Browse files Browse the repository at this point in the history
…etup-go-3

Bump actions/setup-go from 2.2.0 to 3
  • Loading branch information
mxpv authored Mar 3, 2022
2 parents 40705fb + cc6a7ca commit 9a5723d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
- uses: actions/setup-go@v2.2.0
- uses: actions/setup-go@v3
with:
go-version: 1.15
- uses: actions/checkout@v3
Expand All @@ -34,7 +34,7 @@ jobs:
timeout-minutes: 10

steps:
- uses: actions/setup-go@v2.2.0
- uses: actions/setup-go@v3
with:
go-version: 1.15
- uses: actions/checkout@v3
Expand All @@ -49,7 +49,7 @@ jobs:
timeout-minutes: 10

steps:
- uses: actions/setup-go@v2.2.0
- uses: actions/setup-go@v3
- uses: actions/checkout@v3
- uses: golangci/golangci-lint-action@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-go@v2.2.0
- uses: actions/setup-go@v3

- uses: docker/login-action@v1
with:
Expand Down

0 comments on commit 9a5723d

Please sign in to comment.