فهرست منبع

ci: change go version to stable

ayn2op 2 سال پیش
والد
کامیت
1794df79cb
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      .github/workflows/ci.yml

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

@@ -13,7 +13,7 @@ jobs:
 
       - uses: actions/setup-go@v4
         with:
-          go-version: "^1.21"
+          go-version: stable
 
       - name: Build
         run: go build .