File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 7
7
pull_request :
8
8
9
9
env :
10
- GO_VERSION : " 1.18.10 "
10
+ GO_VERSION : " 1.21.5 "
11
11
REGISTRY_USERNAME : ${{ secrets.REGISTRY_USERNAME }}
12
12
13
13
jobs :
Original file line number Diff line number Diff line change 6
6
- master
7
7
8
8
env :
9
- GO_VERSION : " 1.18.10 "
9
+ GO_VERSION : " 1.21.5 "
10
10
11
11
jobs :
12
12
analyze :
Original file line number Diff line number Diff line change 6
6
- " v*.*.*-*"
7
7
8
8
env :
9
- GO_VERSION : " 1.18.10 "
9
+ GO_VERSION : " 1.21.5 "
10
10
REGISTRY_USERNAME : ${{ secrets.REGISTRY_USERNAME }}
11
11
12
12
jobs :
Original file line number Diff line number Diff line change 7
7
- " !v*.*.*-*"
8
8
9
9
env :
10
- GO_VERSION : " 1.18.10 "
10
+ GO_VERSION : " 1.21.5 "
11
11
REGISTRY_USERNAME : ${{ secrets.REGISTRY_USERNAME }}
12
12
13
13
jobs :
Original file line number Diff line number Diff line change 6
6
# You may obtain a copy of the License at the LICENSE file in
7
7
# the root directory of this source tree.
8
8
9
- FROM golang:1.18.10 -alpine AS builder
9
+ FROM golang:1.21.5 -alpine AS builder
10
10
11
11
RUN apk add --update --no-cache make
12
12
You can’t perform that action at this time.
0 commit comments