Skip to content

Commit

Permalink
Bump go version for GitHub Action (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimpick authored Jul 4, 2024
1 parent d6a2fd5 commit eaf5119
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/daily_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19.1
go-version: 1.22.0

- name: Test
run: go test -v ./terminate
env:
LOTUS_DIAL_ADDR: ${{ secrets.LOTUS_DIAL_ADDR }}
LOTUS_TOKEN: ${{ secrets.LOTUS_TOKEN }}
LOTUS_TOKEN: ${{ secrets.LOTUS_TOKEN }}

0 comments on commit eaf5119

Please sign in to comment.