Selaa lähdekoodia

CI: set Go version to 1.20.11

Signed-off-by: Nicola Murino <[email protected]>
Nicola Murino 1 vuosi sitten
vanhempi
sitoutus
5d9cda9d34
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      .github/workflows/release.yml

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

@@ -5,7 +5,7 @@ on:
     tags: 'v*'
 
 env:
-  GO_VERSION: 1.20.10
+  GO_VERSION: 1.20.11
 
 jobs:
   prepare-sources-with-deps: