We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef1c2bb commit 1f945bfCopy full SHA for 1f945bf
.github/workflows/test.yml
@@ -10,7 +10,7 @@ jobs:
10
- uses: actions/checkout@v2
11
- uses: actions/setup-go@v2
12
with:
13
- go-version: '1.17'
+ go-version: '1.19'
14
- name: Build
15
run: make build
16
- name: Test
go.mod
@@ -1,6 +1,6 @@
1
module github.com/weaveworks-liquidmetal/cluster-api-provider-microvm
2
3
-go 1.17
+go 1.19
4
5
// This is required because the cluster-api/test package imports an invalid
6
// cluster-api version. Basically whenever you bump cluster-api and
0 commit comments