Skip to content

Commit

Permalink
Merge pull request #233 from articulate/feature/golang-1-23
Browse files Browse the repository at this point in the history
feat(golang): bumps to version 1.23.x
  • Loading branch information
dholmes authored Sep 5, 2024
2 parents 0837cab + 3ad289f commit 57db932
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,8 @@ linters:
- nestif
- forbidigo
disable:
- scopelint
- rowserrcheck
- sqlclosecheck
- maligned

linters-settings:
gocyclo:
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/articulate/docker-bootstrap

go 1.22
go 1.23.0

require (
github.com/aws/aws-sdk-go-v2/config v1.27.27
Expand Down

0 comments on commit 57db932

Please sign in to comment.