Skip to content

Commit

Permalink
set go 1.17 in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kasia-kujawa committed Feb 18, 2022
1 parent 6eeb76f commit ac791cb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/pull_requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ jobs:
timeout-minutes: 15
steps:
- uses: actions/[email protected]
- name: Setup go
uses: actions/setup-go@v2
with:
go-version: '1.17'
- uses: imranismail/setup-kustomize@v1
- uses: AbsaOSS/[email protected]
id: single-cluster
Expand Down Expand Up @@ -110,6 +114,10 @@ jobs:
timeout-minutes: 15
steps:
- uses: actions/[email protected]
- name: Setup go
uses: actions/setup-go@v2
with:
go-version: '1.17'
- uses: imranismail/setup-kustomize@v1
- uses: AbsaOSS/[email protected]
id: single-cluster
Expand Down Expand Up @@ -170,6 +178,10 @@ jobs:
timeout-minutes: 15
steps:
- uses: actions/[email protected]
- name: Setup go
uses: actions/setup-go@v2
with:
go-version: '1.17'
- uses: imranismail/setup-kustomize@v1
- uses: AbsaOSS/[email protected]
id: single-cluster
Expand Down

0 comments on commit ac791cb

Please sign in to comment.