Skip to content

Commit

Permalink
Merge pull request #12 from sensiblecodeio/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/setup-go-5

Bump actions/setup-go from 3 to 5
  • Loading branch information
StevenMaude authored May 17, 2024
2 parents 87c0ae8 + dd2b744 commit c0e3c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: '~1.19.0'

Expand Down

0 comments on commit c0e3c43

Please sign in to comment.