1111
1212env :
1313 # Common versions
14- GO_VERSION : ' 1.22 '
14+ GO_VERSION : ' 1.23 '
1515 GOLANGCI_VERSION : ' v1.56'
1616 KIND_VERSION : ' v0.23.0'
1717
@@ -37,16 +37,16 @@ jobs:
3737 if : needs.detect-noop.outputs.noop != 'true'
3838 steps :
3939 - name : Set up Go
40- uses : actions/setup-go@v1
40+ uses : actions/setup-go@v5
4141 with :
4242 go-version : ${{ env.GO_VERSION }}
4343 id : go
4444 - name : Checkout
45- uses : actions/checkout@v2
45+ uses : actions/checkout@v4
4646 with :
4747 submodules : true
4848 - name : Cache Go Dependencies
49- uses : actions/cache@v2
49+ uses : actions/cache@v4
5050 with :
5151 path : .work/pkg
5252 key : ${{ runner.os }}-pkg-${{ hashFiles('**/go.sum') }}
6060 - name : Run Make test
6161 run : make test
6262 - name : Upload coverage report
63- uses : codecov/codecov-action@v3
63+ uses : codecov/codecov-action@v5
6464 with :
6565 token : ${{ secrets.CODECOV_TOKEN }}
6666 file : cover.out
@@ -77,16 +77,16 @@ jobs:
7777 if : needs.detect-noop.outputs.noop != 'true'
7878 steps :
7979 - name : Set up Go
80- uses : actions/setup-go@v1
80+ uses : actions/setup-go@v5
8181 with :
8282 go-version : ${{ env.GO_VERSION }}
8383 id : go
8484 - name : Checkout
85- uses : actions/checkout@v2
85+ uses : actions/checkout@v4
8686 with :
8787 submodules : true
8888 - name : Cache Go Dependencies
89- uses : actions/cache@v2
89+ uses : actions/cache@v4
9090 with :
9191 path : .work/pkg
9292 key : ${{ runner.os }}-pkg-${{ hashFiles('**/go.sum') }}
9595 uses : helm/kind-action@v1.2.0
9696 with :
9797 version : v0.24.0
98- node_image : kindest/node:v1.29.8
98+ node_image : kindest/node:v1.31.1
9999 - name : Build Image
100100 run : |
101101 make image
@@ -120,16 +120,16 @@ jobs:
120120 if : needs.detect-noop.outputs.noop != 'true'
121121 steps :
122122 - name : Set up Go
123- uses : actions/setup-go@v1
123+ uses : actions/setup-go@v5
124124 with :
125125 go-version : ${{ env.GO_VERSION }}
126126 id : go
127127 - name : Checkout
128- uses : actions/checkout@v2
128+ uses : actions/checkout@v4
129129 with :
130130 submodules : true
131131 - name : Cache Go Dependencies
132- uses : actions/cache@v2
132+ uses : actions/cache@v4
133133 with :
134134 path : .work/pkg
135135 key : ${{ runner.os }}-pkg-${{ hashFiles('**/go.sum') }}
@@ -140,7 +140,7 @@ jobs:
140140 uses : helm/kind-action@v1.2.0
141141 with :
142142 version : v0.24.0
143- node_image : kindest/node:v1.29.8
143+ node_image : kindest/node:v1.31.1
144144 - name : Prepare OCM testing environment
145145 run : |
146146 clusteradm init --output-join-command-file join.sh --wait
0 commit comments