Skip to content

Commit

Permalink
chore(deps): update actions/setup-go action to v3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 7, 2024
1 parent 90e6d82 commit 7b8466e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Setup Go environment
uses: actions/setup-go@v3.3.1
uses: actions/setup-go@v3.5.0
with:
go-version-file: go.mod
cache: true
Expand Down

0 comments on commit 7b8466e

Please sign in to comment.