Skip to content

Commit

Permalink
Update actions/setup-go action to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 6, 2023
1 parent a47f445 commit 7835163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{ cookiecutter.slug }}/.github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
{%- if cookiecutter.add_go_unit == "y" %}
- name: Determine Go version from go.mod
run: echo "GO_VERSION=$(grep "go 1." tests/go.mod | cut -d " " -f 2)" >> $GITHUB_ENV
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: {% raw %}${{ env.GO_VERSION }}{% endraw %}
- uses: actions/cache@v3
Expand Down

0 comments on commit 7835163

Please sign in to comment.