Skip to content

Commit

Permalink
update CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
fogfish committed Nov 18, 2023
1 parent 8366401 commit ee7394b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
runs-on: ubuntu-latest
steps:

- uses: actions/setup-go@v2
- uses: actions/setup-go@v4
with:
go-version: "1.21"

- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: dominikh/[email protected]
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/check-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
runs-on: ubuntu-latest
steps:

- uses: actions/setup-go@v2
- uses: actions/setup-go@v4
with:
go-version: "1.21"

- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: go build
run: |
Expand Down

0 comments on commit ee7394b

Please sign in to comment.