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 432c457 commit 35b2cebCopy full SHA for 35b2ceb
.github/workflows/build.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Set up Go
20
uses: actions/setup-go@v2
21
with:
22
- go-version: '1.20' # Use the Go version that Gitea supports
+ go-version: '1.24.0' # Use the Go version that Gitea supports
23
24
# Step 3: Install dependencies
25
- name: Install dependencies
@@ -30,6 +30,10 @@ jobs:
30
uses: golangci/golangci-lint-action@v3
31
32
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
37
38
# Step 4: Run only the specific test (TestIsValidUsername)
39
#- name: Run Password Test
0 commit comments