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