Skip to content

Commit

Permalink
chore(all): Update golang
Browse files Browse the repository at this point in the history
  • Loading branch information
jochumdev committed Aug 12, 2024
1 parent a429876 commit 35f0e2d
Show file tree
Hide file tree
Showing 78 changed files with 54 additions and 339 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-go@v3
with:
go-version: 1.21.5
go-version: 1.22.5
check-latest: true
- name: Run Linters
run: ./scripts/test.sh lint all
Expand All @@ -30,7 +30,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-go@v3
with:
go-version: 1.21.5
go-version: 1.22.5
check-latest: true
- name: Run Unit Tests
run: ./scripts/test.sh test all
Expand All @@ -46,7 +46,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-go@v3
with:
go-version: 1.21.5
go-version: 1.22.5
check-latest: true
- name: Create Summary
run: ./scripts/test.sh summary all
Expand Down
10 changes: 0 additions & 10 deletions .trunk/config/.markdownlint.yaml

This file was deleted.

91 changes: 0 additions & 91 deletions .trunk/config/analyzers.yml

This file was deleted.

File renamed without changes.
2 changes: 2 additions & 0 deletions .trunk/configs/.markdownlint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Prettier friendly markdownlint config (all formatting rules disabled)
extends: markdownlint/style/prettier
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ rules:
quoted-strings:
required: only-when-needed
extra-allowed: ["{|}"]
empty-values:
forbid-in-block-mappings: true
forbid-in-flow-mappings: true
key-duplicates: {}
octal-values:
forbid-implicit-octal: true
2 changes: 1 addition & 1 deletion .trunk/trunk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ actions:
runtimes:
enabled:
- python@3.10.8
- go@1.21.0
- go@1.22.0
- node@18.12.1
lint:
enabled:
Expand Down
4 changes: 1 addition & 3 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ version: "3"
env:
PROCS:
sh: nproc
GOSUMDB: "off"
GOPROXY: direct
GOMAXPROCS: 1

tasks:
Expand All @@ -28,7 +26,7 @@ tasks:
cmds:
- task: runall
vars:
CLI_ARGS: go mod tidy
CLI_ARGS: go mod tidy -go=1.22.5
fmt:
desc: Run "go fmt" in all packages
cmds:
Expand Down
3 changes: 1 addition & 2 deletions benchmarks/rps/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/go-orb/plugins/benchmarks/rps

go 1.21
go 1.22.5

require (
github.com/go-orb/go-orb v0.0.0-20240810234651-a01190e49d61
Expand Down Expand Up @@ -29,7 +29,6 @@ require (
github.com/go-orb/plugins/server/http v0.0.0-20240810233646-0b3616b1829d
github.com/google/wire v0.6.0
github.com/hashicorp/consul/sdk v0.16.1
google.golang.org/genproto/googleapis/api v0.0.0-20240808171019-573a1156607a
google.golang.org/grpc v1.65.0
google.golang.org/protobuf v1.34.2
storj.io/drpc v0.0.34
Expand Down
Loading

0 comments on commit 35f0e2d

Please sign in to comment.