Skip to content

Commit

Permalink
Update githubaction with go 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
ldsnia committed Oct 24, 2023
1 parent d9e94b7 commit 4d91cc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.21

- name: Go Test
working-directory: src
run: go test --short --timeout 5s ./...
run: go mod tidy && go test --short --timeout 5s ./...

0 comments on commit 4d91cc4

Please sign in to comment.