This repository was archived by the owner on Dec 16, 2022. It is now read-only.
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 @@ -156,7 +156,7 @@ jobs:
156156 fetch-depth : 0
157157 - uses : actions/setup-go@v3
158158 with :
159- go-version : 1.17 .x
159+ go-version : 1.18 .x
160160 - name : Setup Cosign
161161 uses : sigstore/cosign-installer@main
162162 - name : Setup Syft
Original file line number Diff line number Diff line change 11# This Dockerfile builds and packages libgit2 only (not linked with openssl and libssh2)
22
33ARG BASE_VARIANT=alpine
4- ARG GO_VERSION=1.17
4+ ARG GO_VERSION=1.18
55ARG XX_VERSION=1.1.0
66
77FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx
Original file line number Diff line number Diff line change 11# This Dockerfile builds and packages libgit2 only (not linked with openssl and libssh2); and tests it against git2go.
22
33ARG BASE_VARIANT=alpine
4- ARG GO_VERSION=1.17
4+ ARG GO_VERSION=1.18
55ARG XX_VERSION=1.1.0
66
77FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx
Original file line number Diff line number Diff line change 11module github.com/fluxcd/golang-with-libgit2/tests/sample
22
3- go 1.17
3+ go 1.18
44
55require (
66 github.com/fluxcd/pkg/gittestserver v0.5.2
You can’t perform that action at this time.
0 commit comments