Skip to content

Commit

Permalink
Merge pull request #35 from rabobank/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-go-5

Bump actions/setup-go from 3 to 5
  • Loading branch information
metskem authored Aug 16, 2024
2 parents 2a96b1b + c438c89 commit 96bb75d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v3
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- run: rabo-ci/runTests.sh
Expand All @@ -25,7 +25,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Go version
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Install versioning tool
Expand Down

0 comments on commit 96bb75d

Please sign in to comment.