Skip to content

Commit

Permalink
Update Go to v1.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sebrandon1 committed Sep 5, 2024
1 parent 9993d9b commit 0fe3f47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22
go-version: 1.23

- name: Golangci-lint
uses: golangci/golangci-lint-action@v6
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/sebrandon1/go-dci

go 1.22.6
go 1.23.1

require (
github.com/aws/aws-sdk-go v1.55.5
Expand Down

0 comments on commit 0fe3f47

Please sign in to comment.