File tree 7 files changed +8
-8
lines changed
7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 23
23
- name : Setup Go
24
24
uses : actions/setup-go@v5
25
25
with :
26
- go-version : 1.22 .x
26
+ go-version : 1.23 .x
27
27
cache-dependency-path : |
28
28
**/go.sum
29
29
**/go.mod
Original file line number Diff line number Diff line change 31
31
- name : Setup Go
32
32
uses : actions/setup-go@v5
33
33
with :
34
- go-version : 1.22 .x
34
+ go-version : 1.23 .x
35
35
- uses : fluxcd/flux2/action@main
36
36
-
uses :
sigstore/[email protected]
37
37
- name : Prepare
@@ -125,7 +125,7 @@ jobs:
125
125
if : startsWith(github.ref, 'refs/tags/v')
126
126
with :
127
127
version : latest
128
- args : release --release-notes=notes.md --rm-dist --skip-validate
128
+ args : release --release-notes=notes.md --clean --skip-validate
129
129
env :
130
130
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
131
131
- name : Generate SLSA metadata
Original file line number Diff line number Diff line change 34
34
- name : Setup Go
35
35
uses : actions/setup-go@v5
36
36
with :
37
- go-version : 1.22 .x
37
+ go-version : 1.23 .x
38
38
- name : Initialize CodeQL
39
39
uses : github/codeql-action/init@v3
40
40
with :
Original file line number Diff line number Diff line change 1
- FROM golang:1.22 -alpine as builder
1
+ FROM golang:1.23 -alpine as builder
2
2
3
3
ARG TARGETPLATFORM
4
4
ARG REVISON
Original file line number Diff line number Diff line change 1
- FROM golang:1.22 -alpine as builder
1
+ FROM golang:1.23 -alpine as builder
2
2
3
3
ARG TARGETPLATFORM
4
4
ARG TARGETARCH
Original file line number Diff line number Diff line change 6
6
CGO_ENABLED=0 go build -a -o ./bin/flagger ./cmd/flagger
7
7
8
8
tidy :
9
- rm -f go.sum; go mod tidy -compat=1.22
9
+ rm -f go.sum; go mod tidy -compat=1.23
10
10
11
11
vet :
12
12
go vet ./...
Original file line number Diff line number Diff line change 1
1
module github.com/fluxcd/flagger
2
2
3
- go 1.22 .0
3
+ go 1.23 .0
4
4
5
5
require (
6
6
cloud.google.com/go/monitoring v1.21.2
You can’t perform that action at this time.
0 commit comments