Skip to content

Commit 432c457

Browse files
committed
Workflow build enviroment
1 parent 34a471b commit 432c457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 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.19.13' # Use the Go version that Gitea supports
22+
go-version: '1.20' # Use the Go version that Gitea supports
2323

2424
# Step 3: Install dependencies
2525
- name: Install dependencies

0 commit comments

Comments
 (0)