Skip to content
This repository was archived by the owner on Dec 16, 2022. It is now read-only.

Commit 7119130

Browse files
authored
Merge pull request #39 from fluxcd/build-go1.19
Build with Go 1.19
2 parents 4f44a05 + 02b48bd commit 7119130

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: .github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff 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

Diff for: Dockerfile.libgit2-only

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This Dockerfile builds and packages libgit2 only (not linked with openssl and libssh2)
22

33
ARG BASE_VARIANT=alpine
4-
ARG GO_VERSION=1.18
4+
ARG GO_VERSION=1.19
55
ARG XX_VERSION=1.1.2
66

77
FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx

Diff for: Dockerfile.test-libgit2-only

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This Dockerfile builds and packages libgit2 only (not linked with openssl and libssh2); and tests it against git2go.
22

33
ARG BASE_VARIANT=alpine
4-
ARG GO_VERSION=1.18
4+
ARG GO_VERSION=1.19
55
ARG XX_VERSION=1.1.2
66

77
FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx

Diff for: tests/smoketest/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module 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:

0 commit comments

Comments
 (0)