Skip to content

Commit

Permalink
Update Go version to 1.19
Browse files Browse the repository at this point in the history
Go 1.18 will be at end of life sometime within the coming months (Q1 2023). Go 1.19 will be around until Q3 2023, by which point 1.20 will have been released.
  • Loading branch information
norwd authored Dec 8, 2022
1 parent 19f68c1 commit 3408b65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.19

- name: Build
run: go build -v ./...
Expand Down

0 comments on commit 3408b65

Please sign in to comment.