Skip to content

Commit

Permalink
update ymls
Browse files Browse the repository at this point in the history
  • Loading branch information
BennyThink committed Feb 23, 2024
1 parent 83c2539 commit a2522d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
uses: actions/checkout@v4

- name: Install Go
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: 1.19
go-version: 1.22

- name: run test cases
run: make test && make
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Install Go
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: 1.19
go-version: 1.22

- name: Build binaries
run: |
Expand Down

0 comments on commit a2522d7

Please sign in to comment.