Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

Commit

Permalink
Use Go 1.17 in Github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rajathagasthya committed Jan 4, 2022
1 parent 1e97ba2 commit a34a736
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: '1.16'
go-version: '1.17'
id: go

- name: Use Node 16.x
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/plugin_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: "1.16"
go-version: "1.17"
id: go

- name: Check out code into the Go module directory
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/providers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: '1.16'
go-version: '1.17'
id: go

- name: Extract PR Info
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: '1.16'
go-version: '1.17'
id: go

- name: Use Node 16.x
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: '1.16'
go-version: '1.17'
id: go

- name: Use Node 16.x
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security_codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: '1.16'
go-version: '1.17'
id: go

- name: Use Node 16.x
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tkg_integration_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: '1.16'
go-version: '1.17'
id: go

- name: Check out code into the Go module directory
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: '1.16'
go-version: '1.17'
id: go

- name: Check out code into the Go module directory
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tkgpackage_integration_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: '1.16'
go-version: '1.17'
id: go

- name: Check out code into the Go module directory
Expand Down

0 comments on commit a34a736

Please sign in to comment.