Skip to content

Commit f1951d7

Browse files
authored
Update to Go 1.24.0 (#43)
* Upgrade to go 1.24.0 * Update Go version in README
1 parent be8d7e1 commit f1951d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ docker run -it ghcr.io/loopwork-ai/emcee
124124

125125
### Build From Source
126126

127-
Requires [go 1.23][golang] or later.
127+
Requires [go 1.24][golang] or later.
128128

129129
```console
130130
git clone https://github.com/loopwork-ai/emcee.git

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/loopwork-ai/emcee
22

3-
go 1.23.3
3+
go 1.24.0
44

55
require (
66
github.com/hashicorp/go-retryablehttp v0.7.7

0 commit comments

Comments
 (0)