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