Skip to content

Commit 9316456

Browse files
committed
bump go version
1 parent 9cf728a commit 9316456

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Set up Go
2626
uses: actions/setup-go@v5
2727
with:
28-
go-version: 1.17
28+
go-version: 1.18
2929

3030
# Download all the tools used in the steps that follow
3131
- name: Set up Tools

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/jedib0t/go-pretty/v6
22

3-
go 1.17
3+
go 1.18
44

55
require (
66
github.com/mattn/go-runewidth v0.0.16

0 commit comments

Comments
 (0)