Skip to content

Commit 1f945bf

Browse files
committed
Bump to go 1.19
1 parent ef1c2bb commit 1f945bf

File tree

3 files changed

+2
-311
lines changed

3 files changed

+2
-311
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v2
1111
- uses: actions/setup-go@v2
1212
with:
13-
go-version: '1.17'
13+
go-version: '1.19'
1414
- name: Build
1515
run: make build
1616
- name: Test

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/weaveworks-liquidmetal/cluster-api-provider-microvm
22

3-
go 1.17
3+
go 1.19
44

55
// This is required because the cluster-api/test package imports an invalid
66
// cluster-api version. Basically whenever you bump cluster-api and

0 commit comments

Comments
 (0)