Skip to content

Commit

Permalink
Update go version in attempt to fix github action error (#96)
Browse files Browse the repository at this point in the history
* Update go version

* Update go version in pr action
  • Loading branch information
lambcode authored Sep 1, 2022
1 parent 728f1a8 commit cf6f768
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.19

- name: Checkout code
uses: actions/checkout@v2
Expand All @@ -109,7 +109,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.19

- name: Checkout code
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.19
-
name: Import GPG key
id: import_gpg
Expand Down

0 comments on commit cf6f768

Please sign in to comment.