Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zoelabbb committed Dec 9, 2023
1 parent 068a537 commit fc0f982
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,13 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.21.x'

- name: Install dependencies
run: go mod tidy

- name: Build
run: go build -v ./...

- name: Test
run: go test -v ./...
- name: Run tests
run: go run main.go

0 comments on commit fc0f982

Please sign in to comment.