Skip to content

Commit

Permalink
Update go version.
Browse files Browse the repository at this point in the history
  • Loading branch information
cube2222 committed Apr 25, 2022
1 parent 009404c commit a32b6ad
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-provider.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build-provider:
name: Build provider
runs-on: ubuntu-latest
container: golang:1.15-alpine
container: golang:1.16-alpine
steps:
- name: Install build dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/library-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.15.x
go-version: 1.16.x
- name: Install pulumictl
uses: jaxxstorm/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/preprod-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
preprod-provider-deployment:
name: Build and upload provider
runs-on: ubuntu-latest
container: golang:1.15-alpine
container: golang:1.16-alpine
permissions:
id-token: write
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prod-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
prod-provider-deployment:
name: Build and upload provider
runs-on: ubuntu-latest
container: golang:1.15-alpine
container: golang:1.16-alpine
permissions:
id-token: write
contents: read
Expand Down

0 comments on commit a32b6ad

Please sign in to comment.