Skip to content

Commit 292411d

Browse files
authored
Merge pull request #222 from planetlabs/dependabot/go_modules/golang.org/x/sync-0.12.0
Bump golang.org/x/sync from 0.11.0 to 0.12.0
2 parents becdb8a + 7ebe236 commit 292411d

File tree

4 files changed

+8
-10
lines changed

4 files changed

+8
-10
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/[email protected]
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/[email protected]
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.64.6
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/[email protected]
2929
with:
30-
go-version: '1.21'
30+
go-version: '1.23'
3131
- run: go test -v ./...

go.mod

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

3-
go 1.22
4-
5-
toolchain go1.22.5
3+
go 1.23.0
64

75
require (
86
github.com/dlclark/regexp2 v1.11.5
@@ -17,7 +15,7 @@ require (
1715
github.com/tschaub/retry v1.0.0
1816
github.com/urfave/cli/v2 v2.27.6
1917
go.uber.org/zap v1.27.0
20-
golang.org/x/sync v0.11.0
18+
golang.org/x/sync v0.12.0
2119
)
2220

2321
require (

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ golang.org/x/net v0.33.0 h1:74SYHlV8BIgHIFC/LrYkOGIwL19eTYXQ5wc6TBuO36I=
8383
golang.org/x/net v0.33.0/go.mod h1:HXLR5J+9DxmrqMwG9qjGCxZ+zKXxBru04zlTvWlWuN4=
8484
golang.org/x/oauth2 v0.6.0 h1:Lh8GPgSKBfWSwFvtuWOfeI3aAAnbXTSutYxJiOJFgIw=
8585
golang.org/x/oauth2 v0.6.0/go.mod h1:ycmewcwgD4Rpr3eZJLSB4Kyyljb3qDh40vJ8STE5HKw=
86-
golang.org/x/sync v0.11.0 h1:GGz8+XQP4FvTTrjZPzNKTMFtSXH80RAzG+5ghFPgK9w=
87-
golang.org/x/sync v0.11.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
86+
golang.org/x/sync v0.12.0 h1:MHc5BpPuC30uJk597Ri8TV3CNZcTLu6B6z4lJy+g6Jw=
87+
golang.org/x/sync v0.12.0/go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA=
8888
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
8989
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
9090
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=

0 commit comments

Comments
 (0)