Skip to content

Commit

Permalink
chore: update actions/setup-go action to v5.0.2 (#114)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 10, 2024
1 parent 4c566cf commit b403a69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: setup golang
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
go-version-file: "go.mod"
- name: add build file suffix
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: setup golang
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
go-version-file: "go.mod"
- name: run tests
Expand Down

0 comments on commit b403a69

Please sign in to comment.