mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 02:15:48 +02:00
Updated go version to 1.19
This commit is contained in:
parent
dd18011b2b
commit
4b8fc755be
2 changed files with 2 additions and 2 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -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
2
go.mod
|
@ -1,6 +1,6 @@
|
|||
module github.com/0xJacky/Nginx-UI
|
||||
|
||||
go 1.18
|
||||
go 1.19
|
||||
|
||||
require (
|
||||
github.com/creack/pty v1.1.18
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue