Skip to content

Commit

Permalink
Update Go to 1.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
timoreimann committed Oct 31, 2021
1 parent 9425ade commit f24d3ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Go setup
uses: actions/setup-go@37335c7bb261b353407cff977110895fa0b4f7d8 # v2.1.3
with:
go-version: '1.15.5'
go-version: '1.17.2'

- name: Run unit tests
run: make all
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
- name: Go setup
uses: actions/setup-go@37335c7bb261b353407cff977110895fa0b4f7d8 # v2.1.3
with:
go-version: '1.15.5'
go-version: '1.17.2'

- name: Install kustomize
env:
Expand Down

0 comments on commit f24d3ac

Please sign in to comment.