Skip to content

Commit

Permalink
Merge pull request #30 from j0sh3rs/renovate/actions-setup-go-4.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/setup-go action to v4
  • Loading branch information
j0sh3rs authored Jun 22, 2023
2 parents e3ca6d8 + b60c5e2 commit 606ffd4
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-and-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Fetch all tags
run: git fetch --force --tags
- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: 1.19
# Verify only golang or Docker files have changed before we bump
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Fetch all tags
run: git fetch --force --tags
- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: 1.19
- name: Cache Go modules
Expand Down

0 comments on commit 606ffd4

Please sign in to comment.