Browse Source

Bump actions/setup-go from 3.2.1 to 3.3.0 (#3540)

pull/3551/head
dependabot[bot] 2 years ago
committed by GitHub
parent
commit
42b72e4006
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/go.yml

2
.github/workflows/go.yml

@ -21,7 +21,7 @@ jobs:
steps: steps:
- name: Set up Go 1.x - name: Set up Go 1.x
uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a # v2
uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f # v2
with: with:
go-version: ^1.13 go-version: ^1.13
id: go id: go

Loading…
Cancel
Save