File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1212 required : false
1313 default : " false"
1414env :
15- GO_VERSION : 1.18.4
15+ GO_VERSION : 1.18.5
1616jobs :
1717 lint :
1818 name : Lint
Original file line number Diff line number Diff line change 77 description : " Release Tag"
88 required : true
99env :
10- GO_VERSION : 1.18.4
10+ GO_VERSION : 1.18.5
1111jobs :
1212 upload-release :
1313 runs-on : ubuntu-latest
2323
2424 - name : Setup docker CLI
2525 run : |
26- curl https://download.docker.com/linux/static/stable/x86_64/docker-20.10.3 .tgz | tar xz
26+ curl https://download.docker.com/linux/static/stable/x86_64/docker-20.10.17 .tgz | tar xz
2727 sudo cp ./docker/docker /usr/bin/ && rm -rf docker && docker version
2828
2929 - name : Build
Original file line number Diff line number Diff line change 1515# See the License for the specific language governing permissions and
1616# limitations under the License.
1717
18- ARG GO_VERSION=1.18.4 -alpine
19- ARG GOLANGCI_LINT_VERSION=v1.46.2 -alpine
18+ ARG GO_VERSION=1.18.5 -alpine
19+ ARG GOLANGCI_LINT_VERSION=v1.47.3 -alpine
2020ARG PROTOC_GEN_GO_VERSION=v1.4.3
2121
2222FROM --platform=${BUILDPLATFORM} golangci/golangci-lint:${GOLANGCI_LINT_VERSION} AS local-golangci-lint
Original file line number Diff line number Diff line change 1515# See the License for the specific language governing permissions and
1616# limitations under the License.
1717
18- ARG GO_VERSION=1.18.4
18+ ARG GO_VERSION=1.18.5
1919ARG FORMATS=md,yaml
2020
2121FROM --platform=${BUILDPLATFORM} golang:${GO_VERSION}-alpine AS docsgen
You can’t perform that action at this time.
0 commit comments