Skip to content

Commit

Permalink
Update go.mod and test workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
aleury committed Jan 20, 2024
1 parent 362f0f6 commit 1d33e0a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.20'
- run: go test -v -cover ./...
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: "1.21.5"
- run: go test -v -cover ./...
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module gmachine

go 1.20
go 1.21.5

require (
github.com/google/go-cmp v0.5.9
Expand Down

0 comments on commit 1d33e0a

Please sign in to comment.