Skip to content

Commit

Permalink
Upgrade to Go 1.19.3 (#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksnyder committed Nov 10, 2022
1 parent 4c50337 commit 85a3f2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.18.3
go-version: 1.19.3
- name: Git checkout
uses: actions/checkout@v2
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v2
with:
go-version: '^1.17.7'
go-version: '^1.19.3'
-
name: Release
uses: goreleaser/goreleaser-action@v2
Expand Down

0 comments on commit 85a3f2b

Please sign in to comment.