Skip to content

Commit 58cecd6

Browse files
committed
Minimum of Go 1.23
1 parent 928abd0 commit 58cecd6

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- run: git fetch --force --tags
2020
- uses: actions/setup-go@v5.3.0
2121
with:
22-
go-version: '1.21'
22+
go-version: '1.23'
2323
- uses: docker/login-action@v3
2424
with:
2525
registry: ghcr.io

.github/workflows/test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
- uses: actions/checkout@v4
1616
- uses: actions/setup-go@v5.3.0
1717
with:
18-
go-version: '1.21'
18+
go-version: '1.23'
1919
- uses: golangci/golangci-lint-action@v6
2020
with:
21-
version: v1.54.1
21+
version: v1.56.2
2222
args: "--out-${NO_FUTURE}format colored-line-number"
2323

2424
test:
@@ -27,5 +27,5 @@ jobs:
2727
- uses: actions/checkout@v4
2828
- uses: actions/setup-go@v5.3.0
2929
with:
30-
go-version: '1.21'
30+
go-version: '1.23'
3131
- run: go test -v ./...

go.mod

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
module github.com/planetlabs/go-stac
22

3-
go 1.22
4-
toolchain go1.23.7
3+
go 1.23.0
54

65
require (
76
github.com/dlclark/regexp2 v1.11.5

0 commit comments

Comments
 (0)