Skip to content

Commit

Permalink
chore: Bump Go to 1.23.3
Browse files Browse the repository at this point in the history
  • Loading branch information
TwiN committed Nov 29, 2024
1 parent e5197e9 commit 5b1fd46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
steps:
- uses: actions/setup-go@v5
with:
go-version: 1.21
go-version: 1.23.3
- uses: actions/checkout@v4
- run: go test ./...
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module github.com/TwiN/deepmerge

go 1.21
go 1.23.3

require gopkg.in/yaml.v3 v3.0.1

0 comments on commit 5b1fd46

Please sign in to comment.