mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-11 07:12:59 +02:00
chore(deps): bump actions/setup-go from 3.1.0 to 3.2.0 (#3384)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](fcdc43634a...b22fbbc292
)
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
1c2aad2de6
commit
3929febb10
2 changed files with 7 additions and 7 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
@ -31,7 +31,7 @@ jobs:
|
|||
node-version: 16.x
|
||||
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@fcdc43634adb5f7ae75a9d7a9b9361790f7293e2 # pin@v2
|
||||
uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # pin@v2
|
||||
with:
|
||||
go-version: 1.18.x
|
||||
|
||||
|
|
12
.github/workflows/test.yaml
vendored
12
.github/workflows/test.yaml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
|||
platform: [ubuntu-latest, macos-latest]
|
||||
runs-on: ${{ matrix.platform }}
|
||||
steps:
|
||||
- uses: actions/setup-go@fcdc43634adb5f7ae75a9d7a9b9361790f7293e2 # pin@v2
|
||||
- uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # pin@v2
|
||||
with:
|
||||
go-version: ${{ matrix.go-version }}
|
||||
|
||||
|
@ -63,7 +63,7 @@ jobs:
|
|||
go-version: [1.18.x]
|
||||
node-version: [16.x]
|
||||
steps:
|
||||
- uses: actions/setup-go@fcdc43634adb5f7ae75a9d7a9b9361790f7293e2 # pin@v2
|
||||
- uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # pin@v2
|
||||
with:
|
||||
go-version: ${{ matrix.go-version }}
|
||||
|
||||
|
@ -121,7 +121,7 @@ jobs:
|
|||
idp: [auth0, azure, github, gitlab, google, oidc, okta, onelogin, ping]
|
||||
runs-on: ${{ matrix.platform }}
|
||||
steps:
|
||||
- uses: actions/setup-go@fcdc43634adb5f7ae75a9d7a9b9361790f7293e2 # pin@v2
|
||||
- uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # pin@v2
|
||||
with:
|
||||
go-version: ${{ matrix.go-version }}
|
||||
|
||||
|
@ -167,7 +167,7 @@ jobs:
|
|||
platform: [ubuntu-latest, macos-latest]
|
||||
runs-on: ${{ matrix.platform }}
|
||||
steps:
|
||||
- uses: actions/setup-go@fcdc43634adb5f7ae75a9d7a9b9361790f7293e2 # pin@v2
|
||||
- uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # pin@v2
|
||||
with:
|
||||
go-version: ${{ matrix.go-version }}
|
||||
|
||||
|
@ -224,7 +224,7 @@ jobs:
|
|||
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # pin@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- uses: actions/setup-go@fcdc43634adb5f7ae75a9d7a9b9361790f7293e2 # pin@v2
|
||||
- uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # pin@v2
|
||||
with:
|
||||
go-version: 1.18.x
|
||||
- uses: actions/setup-python@98f2ad02fd48d057ee3b4d4f66525b231c3e52b6 # pin@v3
|
||||
|
@ -245,7 +245,7 @@ jobs:
|
|||
needs:
|
||||
- build
|
||||
steps:
|
||||
- uses: actions/setup-go@fcdc43634adb5f7ae75a9d7a9b9361790f7293e2 # pin@v2
|
||||
- uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # pin@v2
|
||||
with:
|
||||
go-version: 1.18.x
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue