Skip to content

Commit 23144a7

Browse files
committed
feat: update Go to 1.18
1 parent 5d8c3ef commit 23144a7

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Set up Go
2828
uses: actions/setup-go@v2
2929
with:
30-
go-version: 1.17
30+
go-version: 1.18
3131

3232
- name: Cache Go Modules
3333
uses: actions/cache@v3

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
module github.com/AndreZiviani/aws-fuzzy
22

3-
go 1.17
3+
go 1.18
44

55
require (
66
github.com/AndreZiviani/fzf-wrapper/v2 v2.0.0-20220531134234-4dd6b5a9c480
7+
github.com/BurntSushi/toml v1.2.0
78
github.com/aws/aws-sdk-go-v2 v1.16.16
89
github.com/aws/aws-sdk-go-v2/config v1.17.7
910
github.com/aws/aws-sdk-go-v2/credentials v1.12.20
@@ -30,7 +31,6 @@ require (
3031
github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4 // indirect
3132
github.com/99designs/keyring v1.2.1 // indirect
3233
github.com/AlecAivazis/survey/v2 v2.3.6 // indirect
33-
github.com/BurntSushi/toml v1.2.0 // indirect
3434
github.com/HdrHistogram/hdrhistogram-go v1.0.1 // indirect
3535
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.17 // indirect
3636
github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 // indirect
@@ -74,7 +74,7 @@ require (
7474
go.uber.org/multierr v1.8.0 // indirect
7575
go.uber.org/zap v1.23.0 // indirect
7676
golang.org/x/net v0.0.0-20220927171203-f486391704dc // indirect
77-
golang.org/x/sync v0.0.0-20220923202941-7f9b1623fab7 // indirect
77+
golang.org/x/sync v0.0.0-20220929204114-8fcdb60fdcc0 // indirect
7878
golang.org/x/sys v0.0.0-20220928140112-f11e5e49a4ec // indirect
7979
golang.org/x/term v0.0.0-20220919170432-7a66f970e087 // indirect
8080
golang.org/x/text v0.3.7 // indirect

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,8 @@ golang.org/x/sync v0.0.0-20220513210516-0976fa681c29 h1:w8s32wxx3sY+OjLlv9qltkLU
408408
golang.org/x/sync v0.0.0-20220513210516-0976fa681c29/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
409409
golang.org/x/sync v0.0.0-20220923202941-7f9b1623fab7 h1:ZrnxWX62AgTKOSagEqxvb3ffipvEDX2pl7E1TdqLqIc=
410410
golang.org/x/sync v0.0.0-20220923202941-7f9b1623fab7/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
411+
golang.org/x/sync v0.0.0-20220929204114-8fcdb60fdcc0 h1:cu5kTvlzcw1Q5S9f5ip1/cpiB4nXvw1XYzFPGgzLUOY=
412+
golang.org/x/sync v0.0.0-20220929204114-8fcdb60fdcc0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
411413
golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
412414
golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
413415
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=

0 commit comments

Comments
 (0)