Skip to content

Commit 922f883

Browse files
bump go version to 1.23 (#190)
1 parent e55608f commit 922f883

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Go
1717
uses: actions/setup-go@v3
1818
with:
19-
go-version: '1.21'
19+
go-version: '1.23'
2020

2121
- name: Install prerequisites
2222
run: make init

go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module github.com/scott-the-programmer/terraform-provider-minikube
22

3-
go 1.22.7
3+
go 1.23.0
4+
45
toolchain go1.24.1
56

67
require (

0 commit comments

Comments
 (0)