Skip to content

Commit 1e3d624

Browse files
committed
WIP - checking Go version
1 parent ec1e519 commit 1e3d624

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ jobs:
2727
- name: Setup Golang Environment
2828
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
2929
with:
30-
go-version: stable
30+
#go-version: stable
31+
go-version: '1.23.6'
3132

3233
- name: Lint Go
3334
uses: golangci/golangci-lint-action@051d91933864810ecd5e2ea2cfd98f6a5bca5347 # v6.3.2

0 commit comments

Comments
 (0)