Skip to content

Commit

Permalink
Merge pull request #267 from vmware-tanzu/steven-zou-upgrade-go-in-ac…
Browse files Browse the repository at this point in the history
…tions

Update main.yml
  • Loading branch information
steven-zou committed Feb 19, 2024
2 parents 82db3cc + 827f9a7 commit 1d3a1ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
with:
path: ${{ github.repository }}

- name: Set up Go 1.19
- name: Set up Go 1.20
uses: actions/setup-go@v1
with:
go-version: 1.19.3
go-version: 1.20.14
id: go

- name: Config Go env
Expand Down Expand Up @@ -72,4 +72,4 @@ jobs:
uses: codecov/codecov-action@v3
with:
file: ${{ github.repository }}/cnsi-portal/coverage/icov.info
flags: unittests
flags: unittests

0 comments on commit 1d3a1ef

Please sign in to comment.