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

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