Skip to content

Commit

Permalink
chore: update go version detection in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kazami139 committed Apr 11, 2023
1 parent 7539f5f commit a0f065c
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@main
with:
go-version: '^1.18'
go-version-file: './go.mod'
cache-dependency-path: ./go.sum
cache: true
- run: go version
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@main
with:
go-version: '^1.18'
go-version-file: './go.mod'
cache-dependency-path: ./go.sum
cache: true
- run: go version
Expand Down

0 comments on commit a0f065c

Please sign in to comment.