Skip to content

Commit

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

Bump actions/setup-go from 3 to 4
  • Loading branch information
mxpv committed Mar 16, 2023
2 parents 081dfbd + 79634a3 commit 5adb7fb
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@v3
- uses: actions/setup-go@v4
with:
go-version: 1.18
- uses: actions/checkout@v3
Expand All @@ -34,7 +34,7 @@ jobs:
timeout-minutes: 10

steps:
- uses: actions/setup-go@v3
- uses: actions/setup-go@v4
with:
go-version: 1.18
- uses: actions/checkout@v3
Expand All @@ -49,7 +49,7 @@ jobs:
timeout-minutes: 10

steps:
- uses: actions/setup-go@v3
- uses: actions/setup-go@v4
- 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 @@ -18,7 +18,7 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-go@v3
- uses: actions/setup-go@v4

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

0 comments on commit 5adb7fb

Please sign in to comment.