Skip to content

Commit 5702685

Browse files
committed
upgrade cli to go 1.18
1 parent 17bd99c commit 5702685

5 files changed

Lines changed: 6 additions & 5 deletions

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
kind: Feature
2+
body: upgrade to go 1.18
3+
time: 2022-07-07T23:05:37.575555-05:00

.github/workflows/release-v2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up Go
2525
uses: actions/setup-go@v2
2626
with:
27-
go-version: 1.17
27+
go-version: 1.18
2828
- name: Cache Go modules
2929
uses: actions/cache@v2
3030
with:

src/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/opslevel/cli
22

3-
go 1.17
3+
go 1.18
44

55
require (
66
github.com/creasty/defaults v1.5.1

src/go.sum

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,8 +248,6 @@ github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJ
248248
github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0=
249249
github.com/modern-go/reflect2 v1.0.1/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0=
250250
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno=
251-
github.com/opslevel/opslevel-go v0.4.5-0.20220421184629-b79d62d1dba4 h1:1ABSXliNKHDXa2XehbBGI8YduLcbO2najPeUTQ/PSNQ=
252-
github.com/opslevel/opslevel-go v0.4.5-0.20220421184629-b79d62d1dba4/go.mod h1:1TOpN85sZniDa8XaoAa+e5eVyoQore5do/dbvwl2L/U=
253251
github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c/go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc=
254252
github.com/pelletier/go-toml v1.9.3 h1:zeC5b1GviRUyKYd6OJPvBU/mcVDVoL1OhT17FCt5dSQ=
255253
github.com/pelletier/go-toml v1.9.3/go.mod h1:u1nR/EPcESfeI/szUZKdtJ0xRNbUoANCkoOuaOx1Y+c=

0 commit comments

Comments
 (0)