REPOSITORY / ScuroNeko/Laniakea

Compare commits

DIFF REPOSITORY

Compare commits

..
1 Commit
Author SHA1 Message Date
ScuroNeko bf323f92ff (fix): workflow go 1.27
Golang lint / lint (push) Successful in 4m40s
2026-09-08 23:36:31 +03:00
+4 -10
View File
@@ -9,14 +9,10 @@ jobs:
- name: Checkout repository code
uses: actions/checkout@v6
- name: Set up Go
uses: actions/setup-go@v6.5.0
with:
go-version: '1.26.6'
cache-dependency-path: go.sum
- name: Print toolchain version
run: go version
run: |
go version
golangci-lint version
- name: Verify formatting
run: |
@@ -34,6 +30,4 @@ jobs:
run: go vet ./...
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v9.0.0
with:
version: v2.12.2
run: golangci-lint run .