Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Mar 4, 2024
1 parent e2b8d36 commit b502de3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check-default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
- uses: actions/checkout@v4
- name: Run check/update
run: |
GO_VERSION=$(cat .go-version) ./dev-tools/run_with_go_ver make test-mage
#GO_VERSION=$(cat .go-version) ./dev-tools/run_with_go_ver make test-mage
GO_VERSION='1.21.6' ./dev-tools/run_with_go_ver make test-mage
env:
GOFLAGS: '-mod=readonly'

0 comments on commit b502de3

Please sign in to comment.