Skip to content

Commit 9fcc52f

Browse files
feat: upgrading go version in github workflow and Dockerfile
Signed-off-by: Duc Thang Tran <[email protected]>
1 parent 544e7c0 commit 9fcc52f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/unit-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515

1616
env:
1717
# Common versions
18-
GO_VERSION: '1.17.6'
18+
GO_VERSION: '1.23.4'
1919

2020
jobs:
2121
lint:

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the manager binary
2-
FROM golang:1.21-alpine as builder
2+
FROM golang:1.23-alpine as builder
33

44
WORKDIR /workspace
55
# Copy the Go Modules manifests

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/oam-dev/terraform-controller
22

3-
go 1.21
3+
go 1.23
44

55
require (
66
github.com/agiledragon/gomonkey/v2 v2.9.0

0 commit comments

Comments
 (0)