Skip to content

Commit

Permalink
Update golang version, fixes tg44#20
Browse files Browse the repository at this point in the history
  • Loading branch information
sfleiter committed Oct 6, 2023
1 parent 10630bd commit 5b4a0f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.21.2
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.17.x
go-version: 1.21.x
- name: Checkout code
uses: actions/checkout@v2
- name: Test
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/tg44/heptapod

go 1.17
go 1.21.2

require (
github.com/olekukonko/tablewriter v0.0.5
Expand Down

0 comments on commit 5b4a0f9

Please sign in to comment.