We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cf728a commit 9316456Copy full SHA for 9316456
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Set up Go
26
uses: actions/setup-go@v5
27
with:
28
- go-version: 1.17
+ go-version: 1.18
29
30
# Download all the tools used in the steps that follow
31
- name: Set up Tools
go.mod
@@ -1,6 +1,6 @@
1
module github.com/jedib0t/go-pretty/v6
2
3
-go 1.17
+go 1.18
4
5
require (
6
github.com/mattn/go-runewidth v0.0.16
0 commit comments