Skip to content

Commit

Permalink
use go1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
cappyzawa committed May 21, 2022
1 parent 2c35677 commit 6f0e20f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 331 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go: ["1.17"]
go: ["1.18"]
os: [ubuntu-latest, macOS-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.18
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/cappyzawa/terraform-registry

go 1.17
go 1.18

require (
github.com/go-chi/chi v4.1.2+incompatible
Expand Down
Loading

0 comments on commit 6f0e20f

Please sign in to comment.