Skip to content

Commit

Permalink
Merge pull request #128 from JenswBE/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-go-5

Bump actions/setup-go from 4 to 5
  • Loading branch information
JenswBE committed Dec 13, 2023
2 parents 2b39303 + d180d65 commit e8f1da1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
output.write(f"docker_tag={tag}{os.linesep}")
- name: Setup Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
check-latest: true
go-version: ${{ env.GO_VERSION }}
Expand Down

0 comments on commit e8f1da1

Please sign in to comment.