فهرست منبع

Update workflows to use Go 1.22

MHSanaei 1 سال پیش
والد
کامیت
328eeb8233
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      .github/workflows/release.yml

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

@@ -25,7 +25,7 @@ jobs:
       - name: Setup Go
         uses: actions/[email protected]
         with:
-          go-version: '1.21'
+          go-version: '1.22'
 
       - name: Install dependencies
         run: |