Explorar o código

use latest stable golang version for build

Vladislav Yarmak hai 1 ano
pai
achega
452acfda9b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .github/workflows/build.yml

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

@@ -21,7 +21,7 @@ jobs:
         name: Setup Go
         uses: actions/setup-go@v4
         with:
-          go-version: '1.21.x'
+          go-version: 'stable'
       -
         name: Build
         run: >-