Skip to content

Commit

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

Bump actions/setup-go from 2 to 5
  • Loading branch information
bearmini authored Sep 18, 2024
2 parents 01a1d1e + fbef471 commit a788391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: '1.20.1'
id: go
Expand Down

0 comments on commit a788391

Please sign in to comment.