Browse Source

build(deps): bump actions/setup-go from 3.3.0 to 3.3.1 (#3896)

Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3.3.0 to 3.3.1.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](268d8c0ca0...c4a742cab115ed795e34d4513e2cf7d472deb55f)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/3902/head
dependabot[bot] 2 years ago
committed by GitHub
parent
commit
94db6fb715
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/e2e.yml
  2. 2
      .github/workflows/go.yml

2
.github/workflows/e2e.yml

@ -24,7 +24,7 @@ jobs:
timeout-minutes: 15
steps:
- name: Set up Go 1.x
uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f # v2
uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f # v2
with:
go-version: ^1.13
id: go

2
.github/workflows/go.yml

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

Loading…
Cancel
Save