Skip to content

Commit

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

Bump actions/setup-go from 4 to 5
  • Loading branch information
mxpv authored Mar 27, 2024
2 parents 359c9fa + 719aefa commit c38162b
Showing 1 changed file with 3 additions and 3 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@v4
- uses: actions/setup-go@v5
with:
go-version: 1.18
- uses: actions/checkout@v4
Expand All @@ -34,7 +34,7 @@ jobs:
timeout-minutes: 10

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

steps:
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
- uses: actions/checkout@v4
- uses: golangci/golangci-lint-action@v4
with:
Expand Down

0 comments on commit c38162b

Please sign in to comment.