Skip to content

Commit 35b2ceb

Browse files
committed
Workflow build enviroment
1 parent 432c457 commit 35b2ceb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Go
2020
uses: actions/setup-go@v2
2121
with:
22-
go-version: '1.20' # Use the Go version that Gitea supports
22+
go-version: '1.24.0' # Use the Go version that Gitea supports
2323

2424
# Step 3: Install dependencies
2525
- name: Install dependencies
@@ -30,6 +30,10 @@ jobs:
3030
uses: golangci/golangci-lint-action@v3
3131
with:
3232
version: v1.64.5 # Make sure to use the right version for your setup
33+
args: |
34+
--disable=staticcheck
35+
--disable=tenv
36+
--output-format=colored-line-number
3337
3438
# Step 4: Run only the specific test (TestIsValidUsername)
3539
#- name: Run Password Test

0 commit comments

Comments
 (0)