Explorar el Código

CI: set Go version to 1.20.5

Signed-off-by: Nicola Murino <[email protected]>
Nicola Murino hace 2 años
padre
commit
d120957736
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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.4
+  GO_VERSION: 1.20.5
 
 jobs:
   prepare-sources-with-deps: