Compare commits

...

1 Commits

Author SHA1 Message Date
dependabot[bot] 81c7aa19a8
Bump actions/setup-go from 2 to 3 2 years ago
  1. 2
      .github/workflows/build.yml

@ -24,7 +24,7 @@ jobs:
python-version: "3.10"
# We need the Go version and Go cache location for the actions/cache step,
# so the Go installation must happen before that.
- uses: actions/setup-go@v2
- uses: actions/setup-go@v3
with:
go-version: '1.16'
- name: Store installed Go version

Loading…
Cancel
Save