Skip to content

Commit

Permalink
DXE-1585 Update Go SDK to 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
majakubiec committed Dec 29, 2022
1 parent 131433d commit 873cf17
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# X.X.X (X X, X)

#### BREAKING CHANGES:

* Migrate to go 1.18

## Enhancements

* Improve code quality - resolve issues reported by golangci-lint
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/akamai/cli

go 1.17
go 1.18

require (
github.com/AlecAivazis/survey/v2 v2.3.5
Expand Down

0 comments on commit 873cf17

Please sign in to comment.