Skip to content

Commit

Permalink
Update the github workflow go version to 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
ddelnano committed Oct 9, 2023
1 parent ae80b5f commit 5863329
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
go: ["1.16"]
go: ["1.20"]
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- name: Set up Go
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.20
-
name: Import GPG key
id: import_gpg
Expand Down

0 comments on commit 5863329

Please sign in to comment.