Skip to content

Commit 40b153e

Browse files
Danielius1922Daniel Adam
authored andcommitted
Upgrade dependencies
Golang: 1.22 Submodule: github.com/googleapis/googleapis 716a2814e199eeef8fd9f3e11418ee0881ac833a Direct: github.com/goreleaser/goreleaser v1.26.2 github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 github.com/lestrrat-go/jwx/v2 v2.0.21 github.com/pion/dtls/v2 v2.2.8-0.20240601040544-edc7ad02205f github.com/plgd-dev/device/v2 v2.5.2-0.20240603131607-6c9b1dc14b00 github.com/plgd-dev/go-coap/v3 v3.3.5-0.20240603125124-ff2c47df37c4 github.com/plgd-dev/hub/v2 v2.19.1 go.opentelemetry.io/otel/trace v1.27.0 google.golang.org/grpc v1.64.0 google.golang.org/protobuf v1.34.1
1 parent 758cee5 commit 40b153e

24 files changed

Lines changed: 791 additions & 944 deletions

.github/workflows/buildTestBinaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
submodules: true
3131
- uses: actions/setup-go@v5
3232
with:
33-
go-version: "^1.20" # The Go version to download (if necessary) and use.
33+
go-version: "^1.22" # The Go version to download (if necessary) and use.
3434
check-latest: true
3535

3636
- name: Set version and ui_file

.github/workflows/checkFormat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
fetch-depth: 0
2323
- uses: actions/setup-go@v5
2424
with:
25-
go-version: "^1.20" # The Go version to download (if necessary) and use.
25+
go-version: "^1.22" # The Go version to download (if necessary) and use.
2626
check-latest: true
2727

2828
- name: Check formatting

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v4
2424
- uses: actions/setup-go@v5
2525
with:
26-
go-version: "^1.20" # The Go version to download (if necessary) and use.
26+
go-version: "^1.22" # The Go version to download (if necessary) and use.
2727
check-latest: true
2828
- run: go version
2929
- name: golangci-lint

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Set up Go
3737
uses: actions/setup-go@v5
3838
with:
39-
go-version: "1.20"
39+
go-version: "1.22"
4040

4141
- name: Print Go version
4242
run: go version
@@ -68,7 +68,7 @@ jobs:
6868
with:
6969
# either 'goreleaser' (default) or 'goreleaser-pro'
7070
distribution: goreleaser
71-
version: latest
71+
version: "~> v1"
7272
args: ${{ steps.args.outputs.args }}
7373
env:
7474
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/staticAnalysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v4
2020
- uses: actions/setup-go@v5
2121
with:
22-
go-version: "1.21" # The Go version to download (if necessary) and use.
22+
go-version: "1.22" # The Go version to download (if necessary) and use.
2323
check-latest: true
2424
- run: go version
2525

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- uses: actions/setup-go@v5
3232
with:
33-
go-version: "^1.20" # The Go version to download (if necessary) and use.
33+
go-version: "^1.22" # The Go version to download (if necessary) and use.
3434
check-latest: true
3535

3636
- name: Run a test

.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,4 +143,4 @@ issues:
143143
- revive
144144

145145
run:
146-
go: "1.20"
146+
go: "1.22"

dependency/googleapis

Submodule googleapis updated 2306 files

go.mod

Lines changed: 195 additions & 157 deletions
Large diffs are not rendered by default.

go.sum

Lines changed: 522 additions & 734 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)