From d3ec47f4ecfaed2b6b255e7bef07d5d39eab4ddc Mon Sep 17 00:00:00 2001 From: Boshi Lian Date: Wed, 3 Aug 2022 05:42:59 +0000 Subject: [PATCH] update to go 1.19 --- .github/workflows/go.yml | 2 +- Dockerfile | 2 +- go.mod | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 8a1f8452..341ec008 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -18,7 +18,7 @@ jobs: - name: Set up Go 1.x uses: actions/setup-go@v3 with: - go-version: ^1.18 + go-version: ^1.19 id: go - name: Check out code into the Go module directory diff --git a/Dockerfile b/Dockerfile index 7d1b253e..40161774 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.18-bullseye as builder +FROM golang:1.19-bullseye as builder ARG VER=devel diff --git a/go.mod b/go.mod index f948caec..6bd59c37 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/tg123/sshpiper -go 1.18 +go 1.19 replace golang.org/x/crypto => ./crypto