diff --git a/{{ cookiecutter.slug }}/.github/workflows/test.yaml b/{{ cookiecutter.slug }}/.github/workflows/test.yaml index 8b4d62c..54a2b45 100644 --- a/{{ cookiecutter.slug }}/.github/workflows/test.yaml +++ b/{{ cookiecutter.slug }}/.github/workflows/test.yaml @@ -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