mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-13 03:15:48 +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
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: ^1.21.6
|
go-version: ^1.22.0
|
||||||
|
|
||||||
- name: Setup compiler environment
|
- name: Setup compiler environment
|
||||||
id: info
|
id: info
|
||||||
|
|
4
go.mod
4
go.mod
|
@ -1,8 +1,8 @@
|
||||||
module github.com/0xJacky/Nginx-UI
|
module github.com/0xJacky/Nginx-UI
|
||||||
|
|
||||||
go 1.21
|
go 1.22
|
||||||
|
|
||||||
toolchain go1.21.0
|
toolchain go1.22.0
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/0xJacky/pofile v0.2.1
|
github.com/0xJacky/pofile v0.2.1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue