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

Commit f743269

Browse files
author
Paulo Gomes
committed
Consolidate use of Go 1.18
Signed-off-by: Paulo Gomes <[email protected]>
1 parent 9908377 commit f743269

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

Dockerfile.libgit2-only

Lines changed: 1 addition & 1 deletion
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.17
4+
ARG GO_VERSION=1.18
55
ARG XX_VERSION=1.1.0
66

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

Dockerfile.test-libgit2-only

Lines changed: 1 addition & 1 deletion
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.17
4+
ARG GO_VERSION=1.18
55
ARG XX_VERSION=1.1.0
66

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

tests/smoketest/go.mod

Lines changed: 1 addition & 1 deletion
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.17
3+
go 1.18
44

55
require (
66
github.com/fluxcd/pkg/gittestserver v0.5.2

0 commit comments

Comments
 (0)