mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 10:25:52 +02:00
chore: build with go 1.22.0
This commit is contained in:
parent
3bbe56cdc4
commit
e3b1bfbf50
2 changed files with 3 additions and 3 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -122,7 +122,7 @@ jobs:
|
|||
- name: Set up Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: ^1.21.6
|
||||
go-version: ^1.22.0
|
||||
|
||||
- name: Setup compiler environment
|
||||
id: info
|
||||
|
|
4
go.mod
4
go.mod
|
@ -1,8 +1,8 @@
|
|||
module github.com/0xJacky/Nginx-UI
|
||||
|
||||
go 1.21
|
||||
go 1.22
|
||||
|
||||
toolchain go1.21.0
|
||||
toolchain go1.22.0
|
||||
|
||||
require (
|
||||
github.com/0xJacky/pofile v0.2.1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue