Skip to content

Commit

Permalink
feat(BUX-420): v5 of setup-go gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
kuba-4chain committed Dec 19, 2023
1 parent 285a3fb commit c205b9f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
fetch-depth: 2

- name: Install Go from go.mod
uses: actions/setup-go@v5.0.0
uses: actions/setup-go@v5
with:
go-version-file: go.mod

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v5.0.0
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Run GoReleaser
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Go from go.mod
uses: actions/setup-go@v5.0.0
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Cache code
Expand Down

0 comments on commit c205b9f

Please sign in to comment.