File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed
Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 strategy :
1212 matrix :
13- go : ['1.22 ']
13+ go : ['1.23 ']
1414
1515 steps :
1616 - name : install make
2828 - name : check clean vendors
2929 run : go mod vendor
3030 - name : upload coverage to codecov.io
31- if : ${{ matrix.go == '1.22 ' }}
31+ if : ${{ matrix.go == '1.23 ' }}
3232 uses : codecov/codecov-action@v4
3333 with :
3434 files : ./cover.out
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 strategy :
1414 matrix :
15- go : ['1.22 ']
15+ go : ['1.23 ']
1616
1717 steps :
1818 - name : install make
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 strategy :
1717 matrix :
18- go : ['1.22 ']
18+ go : ['1.23 ']
1919 steps :
2020 - name : install make
2121 run : sudo apt-get install make
4646 runs-on : ubuntu-latest
4747 strategy :
4848 matrix :
49- go : ['1.22 ']
49+ go : ['1.23 ']
5050 steps :
5151 - name : install make
5252 run : sudo apt-get install make
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 strategy :
1818 matrix :
19- go : ['1.22 ']
19+ go : ['1.23 ']
2020 steps :
2121 - name : install make
2222 run : sudo apt-get install make
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 strategy :
1616 matrix :
17- go : ['1.22 ']
17+ go : ['1.23 ']
1818 steps :
1919 - name : checkout
2020 uses : actions/checkout@v3
Original file line number Diff line number Diff line change 11ARG TARGETARCH
2- FROM docker.io/library/golang:1.22 as builder
2+ FROM docker.io/library/golang:1.23 as builder
33
44ARG TARGETARCH=amd64
55ARG LDFLAGS
Original file line number Diff line number Diff line change 11ARG TARGETARCH
22ARG COMMIT
3- FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:v1.22.5-202407301806.g4c8b32d.el9 as builder
3+ FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:v1.23 as builder
44
55ARG TARGETARCH=amd64
66ARG BUILDVERSION
You can’t perform that action at this time.
0 commit comments