Skip to content

Commit

Permalink
Merge pull request #120 from KevFan/go1.19-workflow
Browse files Browse the repository at this point in the history
worklow: use go1.19 for verify-manifests & verify-fmt
  • Loading branch information
guicassolato committed Jul 12, 2023
2 parents f421ef9 + f0403d1 commit d30cba7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
name: Verify manifests
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.16.x
- name: Set up Go 1.19.x
uses: actions/setup-go@v2
with:
go-version: 1.16.x
go-version: 1.19.x
id: go
- name: Check out code
uses: actions/checkout@v2
Expand All @@ -27,10 +27,10 @@ jobs:
name: Verify fmt
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.16.x
- name: Set up Go 1.19.x
uses: actions/setup-go@v2
with:
go-version: 1.16.x
go-version: 1.19.x
id: go
- name: Check out code
uses: actions/checkout@v2
Expand Down

0 comments on commit d30cba7

Please sign in to comment.