Skip to content

Commit

Permalink
Merge pull request #110 from Valentin-Kaiser/850adependabot/github_ac…
Browse files Browse the repository at this point in the history
…tions/actions/setup-go-5

Bump actions/setup-go from 3 to 5
  • Loading branch information
Valentin-Kaiser authored Feb 23, 2024
2 parents ca0beb9 + dc50926 commit b8c49ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- name: Setup Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: '1.21'
check-latest: true
Expand Down

0 comments on commit b8c49ee

Please sign in to comment.