Browse Source

use latest stable golang version for build

Vladislav Yarmak 1 year ago
parent
commit
452acfda9b
1 changed files with 1 additions and 1 deletions
  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: >-