Skip to content

Commit

Permalink
build: bump min Go version to 1.18
Browse files Browse the repository at this point in the history
This'll let us use generics in the package.
  • Loading branch information
Roasbeef committed Feb 11, 2023
1 parent fd6164b commit a64170c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ defaults:
env:
GOCACHE: /home/runner/work/go/pkg/build
GOPATH: /home/runner/work/go
GO_VERSION: 1.18.x
GO_VERSION: 1.19.x

jobs:
########################
Expand Down

0 comments on commit a64170c

Please sign in to comment.