Skip to content

Commit

Permalink
chore: rename steps in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kamil-stc committed Oct 3, 2024
1 parent 5adaf58 commit 8f45c9c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Set up Go 1.21.x
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
Expand All @@ -45,8 +45,8 @@ jobs:

- name: Test
run: |
go get github.com/golang/mock/mockgen
go install github.com/golang/mock/mockgen
go get go.uber.org/mock/mockgen
go install go.uber.org/mock/mockgen
go generate ./...
go test ./...
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- name: Set up Go 1.21.x
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
Expand Down

0 comments on commit 8f45c9c

Please sign in to comment.