Skip to content

Commit

Permalink
bump go version
Browse files Browse the repository at this point in the history
  • Loading branch information
jedib0t committed Feb 10, 2025
1 parent 9cf728a commit 9316456
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.17
go-version: 1.18

# Download all the tools used in the steps that follow
- name: Set up Tools
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/jedib0t/go-pretty/v6

go 1.17
go 1.18

require (
github.com/mattn/go-runewidth v0.0.16
Expand Down

0 comments on commit 9316456

Please # to comment.