Sfoglia il codice sorgente

Update workflows to use Go 1.22

MHSanaei 1 anno fa
parent
commit
328eeb8233
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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: |