We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec1e519 commit 1e3d624Copy full SHA for 1e3d624
.github/workflows/lint.yml
@@ -27,7 +27,8 @@ jobs:
27
- name: Setup Golang Environment
28
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
29
with:
30
- go-version: stable
+ #go-version: stable
31
+ go-version: '1.23.6'
32
33
- name: Lint Go
34
uses: golangci/golangci-lint-action@051d91933864810ecd5e2ea2cfd98f6a5bca5347 # v6.3.2
0 commit comments