Skip to content

Commit

Permalink
build(deps): bump actions/setup-go from 4.1.0 to 5.0.0
Browse files Browse the repository at this point in the history
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4.1.0 to 5.0.0.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@v4.1.0...v5.0.0)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Dec 7, 2023
1 parent 21e7c94 commit 9fbd6ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_generic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
cache-dependency-path: 'frontend/package-lock.json'
- run: npm install
working-directory: frontend
- uses: actions/setup-go@v4.1.0
- uses: actions/setup-go@v5.0.0
with:
go-version-file: "go.mod"
- name: Install UPX
Expand Down

0 comments on commit 9fbd6ca

Please sign in to comment.