chore: build with go 1.22.0

This commit is contained in:
0xJacky 2024-02-07 10:14:42 +08:00
parent 3bbe56cdc4
commit e3b1bfbf50
No known key found for this signature in database
GPG key ID: B6E4A6E4A561BAF0
2 changed files with 3 additions and 3 deletions

View file

@ -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
View file

@ -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