Updated go version to 1.19

This commit is contained in:
0xJacky 2022-08-04 23:37:11 +08:00
parent dd18011b2b
commit 4b8fc755be
No known key found for this signature in database
GPG key ID: B6E4A6E4A561BAF0
2 changed files with 2 additions and 2 deletions

View file

@ -109,7 +109,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: ^1.18.4
go-version: ^1.19.0
- name: Set up cache
uses: actions/cache@v2

2
go.mod
View file

@ -1,6 +1,6 @@
module github.com/0xJacky/Nginx-UI
go 1.18
go 1.19
require (
github.com/creack/pty v1.1.18