Skip to content

Commit 00f6a9c

Browse files
authored
build: bump Go to 1.26.2 (#14)
1 parent 921e30f commit 00f6a9c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ go install github.com/jcouture/ghostscan@latest
7373
ghostscan --version
7474
```
7575

76-
> **Requirements:** Go `1.26.1` is pinned in `go.mod` and `mise.toml` for source builds. Pre-built release archives are produced for Linux, macOS, and Windows.
76+
> **Requirements:** Go `1.26.2` is pinned in `go.mod` and `mise.toml` for source builds. Pre-built release archives are produced for Linux, macOS, and Windows.
7777
7878
You should see `ghostscan dev (commit none)` from a plain source build, or a real tag and commit in a release build.
7979

go.mod

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

3-
go 1.26.1
3+
go 1.26.2
44

55
require github.com/fatih/color v1.19.0
66

0 commit comments

Comments
 (0)