update to go 1.19

This commit is contained in:
Boshi Lian 2022-08-03 05:42:59 +00:00
parent 0dd9491d13
commit d3ec47f4ec
3 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -1,4 +1,4 @@
FROM golang:1.18-bullseye as builder
FROM golang:1.19-bullseye as builder
ARG VER=devel

2
go.mod
View file

@ -1,6 +1,6 @@
module github.com/tg123/sshpiper
go 1.18
go 1.19
replace golang.org/x/crypto => ./crypto