Update Go version to 1.21.x in GitHub Actions workflow

The Go version in the GitHub Actions workflow was updated from 1.20.x to 1.21.x. This change ensures that the correct version of Go is used during the workflow execution.

Signed-off-by: SammyOina <sammyoina@gmail.com>
This commit is contained in:
SammyOina
2023-10-19 12:30:00 +03:00
parent 7657f8bd7a
commit 7cb04499e8
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: 1.20.x
go-version: 1.21.x
- name: golangci-lint
uses: golangci/golangci-lint-action@v3