update to go 1.19
This commit is contained in:
parent
0dd9491d13
commit
d3ec47f4ec
3 changed files with 3 additions and 3 deletions
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
FROM golang:1.18-bullseye as builder
|
||||
FROM golang:1.19-bullseye as builder
|
||||
|
||||
ARG VER=devel
|
||||
|
||||
|
|
|
|||
2
go.mod
2
go.mod
|
|
@ -1,6 +1,6 @@
|
|||
module github.com/tg123/sshpiper
|
||||
|
||||
go 1.18
|
||||
go 1.19
|
||||
|
||||
replace golang.org/x/crypto => ./crypto
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue