Skip to content

Commit

Permalink
Use go 1.18 in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkennedy513 committed Sep 6, 2022
1 parent b814f40 commit b89640c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.18

- name: Build
run: go build -v ./cmd/...
Expand Down

0 comments on commit b89640c

Please sign in to comment.