1
0
mirror of https://github.com/fumiama/go-nd-portal.git synced 2026-06-22 11:30:24 +08:00

feat: add lints

This commit is contained in:
源文雨
2025-05-17 16:24:03 +09:00
parent ca72da0c06
commit 0090b5f59f
4 changed files with 154 additions and 1 deletions

View File

@@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.19
go-version: "1.24"
- name: Check out code into the Go module directory
uses: actions/checkout@v2