Skip to content

Commit

Permalink
Bump Go to 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome committed Oct 6, 2023
1 parent e8fb02d commit c1b51ff
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion client/nginx.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"strings"
"time"

Check failure on line 14 in client/nginx.go

View workflow job for this annotation

GitHub Actions / Lint

File is not `gofumpt`-ed (gofumpt)
"golang.org/x/exp/slices"
"slices"
)

const (
Expand Down
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
module github.com/nginxinc/nginx-plus-go-client

go 1.19

require golang.org/x/exp v0.0.0-20230905200255-921286631fa9
go 1.21.2
2 changes: 0 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,2 +0,0 @@
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 h1:GoHiUyI/Tp2nVkLI2mCxVkOjsbSXD66ic0XW0js0R9g=
golang.org/x/exp v0.0.0-20230905200255-921286631fa9/go.mod h1:S2oDrQGGwySpoQPVqRShND87VCbxmc6bL1Yd2oYrm6k=

0 comments on commit c1b51ff

Please sign in to comment.