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 34a471b commit 432c457Copy full SHA for 432c457
.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.19.13' # Use the Go version that Gitea supports
+ go-version: '1.20' # Use the Go version that Gitea supports
23
24
# Step 3: Install dependencies
25
- name: Install dependencies
0 commit comments