From dee6e9d7d51ff0456de0b6e6e197f2c5da4c6068 Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Sun, 4 Dec 2022 22:43:56 -0500 Subject: [PATCH] Bump go to 1.19 in ci --- .github/workflows/golangci-lint.yml | 2 +- .github/workflows/goreleaser.yml | 2 +- .gitignore | 4 +++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 9630753..8db6134 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/setup-go@v3 with: - go-version: 1.18 + go-version: 1.19 - uses: actions/checkout@v3 - name: golangci-lint uses: golangci/golangci-lint-action@v3 diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 508af4d..32d6f98 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -18,7 +18,7 @@ jobs: name: Set up Go uses: actions/setup-go@v3 with: - go-version: 1.16 + go-version: 1.19 - name: Run GoReleaser uses: goreleaser/goreleaser-action@v3 diff --git a/.gitignore b/.gitignore index 849ddff..f7bfcec 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ -dist/ +dist + +.vscode