Skip to content

Commit

Permalink
chore: upgrade go version (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkleiven authored Nov 24, 2024
1 parent 74dfa53 commit 5f8d5d5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 242 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
go-version: 1.23

- name: Build
run: go build -v ./...
Expand Down
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module github.com/davidkleiven/gononlin

go 1.13
go 1.23

require (
gonum.org/v1/exp v0.0.0-20220503065741-e45430a0816d
gonum.org/v1/gonum v0.15.0
gonum.org/v1/exp v0.0.0-20240904063054-c154cd8162a7
gonum.org/v1/gonum v0.15.1
)
Loading

0 comments on commit 5f8d5d5

Please sign in to comment.