Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6a545cd

Browse files
committedJun 4, 2023
fix
1 parent f0b849b commit 6a545cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/prod-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
- name: Set up Go
1919
uses: actions/setup-go@v4
2020
with:
21-
go-version: 1.20
21+
go-version: 1.19
2222

2323
- name: Install dependencies
2424
run: go get .

0 commit comments

Comments
 (0)
Please sign in to comment.