Skip to content

Commit

Permalink
Bump go to 1.19 (#71)
Browse files Browse the repository at this point in the history
Signed-off-by: Kimmo Lehto <klehto@mirantis.com>

Bump go to 1.19
  • Loading branch information
kke committed Nov 3, 2022
1 parent b2c2b50 commit b5ca9e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18
go-version: 1.19

- name: Go modules cache
uses: actions/cache@v2
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/k0sproject/rig

go 1.18
go 1.19

require (
github.com/Microsoft/go-winio v0.6.0
Expand Down

0 comments on commit b5ca9e0

Please sign in to comment.