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 1616 - name : Set up Go 1.21
1717 uses : actions/setup-go@v4
1818 with :
19- go-version : 1.21.2
19+ go-version : 1.21.3
2020
2121 - name : Disable default go problem matcher
2222 run : echo "::remove-matcher owner=go::"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ RUN yum install -y gcc git jq make wget
99
1010# Install Go binary
1111ENV GO_DL_URL="https://golang.org/dl"
12- ENV GO_BIN_TAR="go1.21.2 .linux-amd64.tar.gz"
12+ ENV GO_BIN_TAR="go1.21.3 .linux-amd64.tar.gz"
1313ENV GO_BIN_URL_x86_64=${GO_DL_URL}/${GO_BIN_TAR}
1414ENV GOPATH="/root/go"
1515RUN if [[ "$(uname -m)" -eq "x86_64" ]] ; then \
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ RUN yum install -y gcc git jq make wget
99
1010# Install Go binary
1111ENV GO_DL_URL="https://golang.org/dl"
12- ENV GO_BIN_TAR="go1.21.2 .linux-amd64.tar.gz"
12+ ENV GO_BIN_TAR="go1.21.3 .linux-amd64.tar.gz"
1313ENV GO_BIN_URL_x86_64=${GO_DL_URL}/${GO_BIN_TAR}
1414ENV GOPATH="/root/go"
1515RUN if [[ "$(uname -m)" -eq "x86_64" ]] ; then \
Original file line number Diff line number Diff line change 11module github.com/test-network-function/oct
22
3- go 1.21.2
3+ go 1.21.3
44
55require (
66 github.com/Masterminds/semver/v3 v3.2.1
You can’t perform that action at this time.
0 commit comments