Skip to content

Commit

Permalink
ci.yaml: Use go 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
yngvark committed Jul 18, 2022
1 parent 224edcc commit c1c31ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: 1.16
go-version: 1.18

- name: Checkout code
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ check: fmt lint ## Run fmt and lint (so you have one command use in your dev flo

# https://github.com/mvdan/gofumpt
install-gofumpt:
go install mvdan.cc/[email protected]
@go install mvdan.cc/[email protected]

# # https://golangci-lint.run/usage/install/#local-installation
install-lint:
Expand Down

0 comments on commit c1c31ae

Please sign in to comment.