Skip to content

Commit

Permalink
fix: use sem version update
Browse files Browse the repository at this point in the history
  • Loading branch information
kazami139 committed Mar 26, 2023
1 parent ca0520f commit f88346c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/eoefans-api-docker-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version: '>=1.18.0'
go-version: '^1.18'
- run: go version

- name: go dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/eoefans-spider-docker-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version: '>=1.18.0'
go-version: '^1.18'
- run: go version

- name: go dependencies
Expand Down

0 comments on commit f88346c

Please sign in to comment.