File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
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.16.3 "
10
+ GO_VERSION : " 1.16.4 "
11
11
REGISTRY_USERNAME : ${{ secrets.REGISTRY_USERNAME }}
12
12
13
13
jobs :
Original file line number Diff line number Diff line change 6
6
- " v*.*.*-*"
7
7
8
8
env :
9
- GO_VERSION : " 1.16.3 "
9
+ GO_VERSION : " 1.16.4 "
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.16.3 "
10
+ GO_VERSION : " 1.16.4 "
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.16.3 -alpine AS builder
9
+ FROM golang:1.16.4 -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