File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1616 test :
1717 strategy :
1818 matrix :
19- go-version : [1.17 .x]
19+ go-version : [1.18 .x]
2020 platform : [ubuntu-latest, macos-latest, windows-latest]
2121 runs-on : ${{ matrix.platform }}
2222 timeout-minutes : 5
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- FROM golang:1.17
15+ FROM golang:1.18
1616
1717WORKDIR /go/src
1818
1919ARG GOLANGCILINT_VERSION=v1.44.1
2020RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin ${GOLANGCILINT_VERSION}
21- RUN go get -v -u github.com/kunalkushwaha/ltag && rm -rf /go/src/github.com/kunalkushwaha
21+ RUN go install github.com/kunalkushwaha/ltag@latest && rm -rf /go/src/github.com/kunalkushwaha
2222
2323COPY . .
Original file line number Diff line number Diff line change 11module github.com/compose-spec/compose-go
22
3- go 1.17
3+ go 1.18
44
55require (
66 github.com/distribution/distribution/v3 v3.0.0-20210316161203-a01c71e2477e
You can’t perform that action at this time.
0 commit comments