We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 544e7c0 commit 9fcc52fCopy full SHA for 9fcc52f
.github/workflows/unit-test.yml
@@ -15,7 +15,7 @@ on:
15
16
env:
17
# Common versions
18
- GO_VERSION: '1.17.6'
+ GO_VERSION: '1.23.4'
19
20
jobs:
21
lint:
Dockerfile
@@ -1,5 +1,5 @@
1
# Build the manager binary
2
-FROM golang:1.21-alpine as builder
+FROM golang:1.23-alpine as builder
3
4
WORKDIR /workspace
5
# Copy the Go Modules manifests
go.mod
@@ -1,6 +1,6 @@
module github.com/oam-dev/terraform-controller
-go 1.21
+go 1.23
require (
6
github.com/agiledragon/gomonkey/v2 v2.9.0
0 commit comments