File tree Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 13
13
- cron : ' 0 19 * * 1-5'
14
14
15
15
env :
16
- DEFAULT_GO_VERSION : ^1.19.3
16
+ DEFAULT_GO_VERSION : ^1.20.4
17
17
GITHUB_USERNAME : ${{ secrets.EC2_BOT_GITHUB_USERNAME }}
18
18
GITHUB_TOKEN : ${{ secrets.EC2_BOT_GITHUB_TOKEN }}
19
19
WEBHOOK_URL : ${{ secrets.WEBHOOK_URL }}
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ permissions:
9
9
contents : write # required for uploading releases
10
10
11
11
env :
12
- DEFAULT_GO_VERSION : ^1.19.3
12
+ DEFAULT_GO_VERSION : ^1.20.4
13
13
GITHUB_USERNAME : ${{ secrets.EC2_BOT_GITHUB_USERNAME }}
14
14
GITHUB_TOKEN : ${{ secrets.EC2_BOT_GITHUB_TOKEN }}
15
15
WEBHOOK_URL : ${{ secrets.WEBHOOK_URL }}
Original file line number Diff line number Diff line change 1
- FROM --platform=$BUILDPLATFORM golang:1.19 as builder
1
+ FROM --platform=$BUILDPLATFORM golang:1.20 as builder
2
2
3
3
# # GOLANG env
4
4
ARG GOPROXY="https://proxy.golang.org|direct"
Original file line number Diff line number Diff line change 1
1
ARG WINDOWS_VERSION=1809
2
2
3
3
# Build the manager binary
4
- FROM --platform=windows/amd64 golang:1.19 as builder
4
+ FROM --platform=windows/amd64 golang:1.20 as builder
5
5
6
6
## GOLANG env
7
7
ENV GO111MODULE="on" CGO_ENABLED="0" GOOS="windows" GOARCH="amd64"
Original file line number Diff line number Diff line change 6
6
<a href =" https://github.com/kubernetes/kubernetes/releases " >
7
7
<img src="https://img.shields.io/badge/Kubernetes-%3E%3D%201.22-brightgreen" alt="kubernetes">
8
8
</a >
9
- <a href =" https://golang.org/doc/go1.19 " >
9
+ <a href =" https://golang.org/doc/go1.20 " >
10
10
<img src="https://img.shields.io/github/go-mod/go-version/aws/aws-node-termination-handler?color=blueviolet" alt="go-version">
11
11
</a >
12
12
<a href =" https://opensource.org/licenses/Apache-2.0 " >
Original file line number Diff line number Diff line change 1
1
module github.com/aws/aws-node-termination-handler
2
2
3
- go 1.19
3
+ go 1.20
4
4
5
5
require (
6
6
github.com/Masterminds/sprig/v3 v3.2.3
Original file line number Diff line number Diff line change 1
- FROM golang:1.19
1
+ FROM golang:1.20
2
2
3
3
RUN go install github.com/client9/misspell/cmd/
[email protected]
4
4
Original file line number Diff line number Diff line change 1
1
# Build the manager binary
2
- FROM golang:1.19 -alpine as builder
2
+ FROM golang:1.20 -alpine as builder
3
3
4
4
# # GOLANG env
5
5
ARG GOPROXY="https://proxy.golang.org|direct"
Original file line number Diff line number Diff line change 1
1
ARG WINDOWS_VERSION=1903
2
2
3
3
# Build the manager binary
4
- FROM --platform=windows/amd64 golang:1.19 AS builder
4
+ FROM --platform=windows/amd64 golang:1.20 AS builder
5
5
6
6
## GOLANG env
7
7
ENV GO111MODULE="on" CGO_ENABLED="0" GOOS="windows" GOARCH="amd64"
You can’t perform that action at this time.
0 commit comments