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 @@ -107,7 +107,7 @@ jobs:
107107 fetch-depth : 0
108108 - uses : actions/setup-go@v3
109109 with :
110- go-version : 1.18 .x
110+ go-version : 1.19 .x
111111 - name : Setup Cosign
112112 uses : sigstore/cosign-installer@main
113113 - 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.18
4+ ARG GO_VERSION=1.19
55ARG XX_VERSION=1.1.2
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.18
4+ ARG GO_VERSION=1.19
55ARG XX_VERSION=1.1.2
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.18
3+ go 1.19
44
55// A temporary fork of git2go was created to enable use
66// of libgit2 without thread support to fix:
You can’t perform that action at this time.
0 commit comments