Skip to content

Commit

Permalink
config🔧: CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
abulo committed Jul 3, 2024
1 parent 09353a0 commit 4f0aee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: SetUp Go # 下载go代码
uses: actions/setup-go@v5 # 使用官方提供
with:
go-version: 1.22.4 # 指定go版本1.22.1
go-version: 1.22.5 # 指定go版本1.22.1
check-latest: true

- name: Install linux deps
Expand Down

0 comments on commit 4f0aee3

Please sign in to comment.