Skip to content

Commit

Permalink
chore: upgrade to Go 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
simpsonw committed Jan 16, 2024
1 parent 0e5e5b8 commit 1911081
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.21

- name: Test
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.21

- 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/etsy/terraform-demux

go 1.17
go 1.21

require (
github.com/Masterminds/semver/v3 v3.1.1
Expand Down

0 comments on commit 1911081

Please sign in to comment.