Skip to content

Commit

Permalink
Update the latest version of Go in the CI to 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
xosmig committed Aug 11, 2022
1 parent 1d89188 commit 4e2bf4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Set up Golang
uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.19
check-latest: true

- name: Checkout
Expand All @@ -60,7 +60,7 @@ jobs:
- name: Set up Golang
uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.19
check-latest: true

- name: Checkout
Expand Down

0 comments on commit 4e2bf4d

Please sign in to comment.