Commit 58cecd6 1 parent 928abd0 commit 58cecd6 Copy full SHA for 58cecd6
File tree 3 files changed +5
-6
lines changed
3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 19
19
- run : git fetch --force --tags
20
20
- uses : actions/setup-go@v5.3.0
21
21
with :
22
- go-version : ' 1.21 '
22
+ go-version : ' 1.23 '
23
23
- uses : docker/login-action@v3
24
24
with :
25
25
registry : ghcr.io
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
15
15
- uses : actions/checkout@v4
16
16
- uses : actions/setup-go@v5.3.0
17
17
with :
18
- go-version : ' 1.21 '
18
+ go-version : ' 1.23 '
19
19
- uses : golangci/golangci-lint-action@v6
20
20
with :
21
- version : v1.54.1
21
+ version : v1.56.2
22
22
args : " --out-${NO_FUTURE}format colored-line-number"
23
23
24
24
test :
27
27
- uses : actions/checkout@v4
28
28
- uses : actions/setup-go@v5.3.0
29
29
with :
30
- go-version : ' 1.21 '
30
+ go-version : ' 1.23 '
31
31
- run : go test -v ./...
Original file line number Diff line number Diff line change 1
1
module github.com/planetlabs/go-stac
2
2
3
- go 1.22
4
- toolchain go1.23.7
3
+ go 1.23.0
5
4
6
5
require (
7
6
github.com/dlclark/regexp2 v1.11.5
You can’t perform that action at this time.
0 commit comments