chore: bump go 1.19

main
sudo pacman -Syu 2022-09-07 09:52:24 +07:00
parent 59944ed010
commit afd41d44a4
No known key found for this signature in database
GPG Key ID: D6CB5C6C567C47B0
1 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: "1.18"
go-version: "1.19"
check-latest: true
cache: true
- run: go build ./cmd/dot
@ -44,7 +44,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: "1.18"
go-version: "1.19"
check-latest: true
cache: true
- uses: golangci/golangci-lint-action@v3