فهرست منبع

chore: build with go 1.22.0

0xJacky 1 سال پیش
والد
کامیت
e3b1bfbf50
2فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 1 1
      .github/workflows/build.yml
  2. 2 2
      go.mod

+ 1 - 1
.github/workflows/build.yml

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

+ 2 - 2
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