Skip to content

Commit

Permalink
👷 Update Go version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
0x46616c6b committed Nov 4, 2022
1 parent f022a13 commit 982f41a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup go
uses: actions/setup-go@v3
with:
go-version: "1.17.x"
go-version: "1.19.x"

- name: Cache Go Dependencies
uses: actions/cache@v3
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Setup go
uses: actions/setup-go@v3
with:
go-version: "1.17.x"
go-version: "1.19.x"

- name: Cache Go Dependencies
uses: actions/cache@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup go
uses: actions/setup-go@v3
with:
go-version: "1.17.x"
go-version: "1.19.x"

- name: Cache Go Dependencies
uses: actions/cache@v3
Expand Down

0 comments on commit 982f41a

Please sign in to comment.