Skip to content

Commit f0f88f3

Browse files
committed
go: Bump goimports to 0.30.0
1 parent dd43aa1 commit f0f88f3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docker/oasis-core-dev/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ARG GO_PROTOC_GEN_GO_VERSION=1.21.0
99
ARG GOLANGCILINT_VERSION=1.64.5
1010
ARG GOCOVMERGE_VERSION=b5bfa59ec0adc420475f97f89b58045c721d761c
1111
ARG GOFUMPT_VERSION=v0.7.0
12-
ARG GOIMPORTS_VERSION=v0.18.0
12+
ARG GOIMPORTS_VERSION=v0.30.0
1313
ARG RUST_NIGHTLY_VERSION=2024-07-09
1414
ARG JEMALLOC_VERSION=5.2.1
1515
ARG JEMALLOC_CHECKSUM=34330e5ce276099e2e8950d9335db5a875689a4c6a56751ef3b1d8c537f887f6

docs/development-setup/prerequisites.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ Core:
138138
139139
```
140140
${OASIS_GO:-go} install mvdan.cc/gofumpt@v0.7.0
141-
${OASIS_GO:-go} install golang.org/x/tools/cmd/goimports@v0.18.0
141+
${OASIS_GO:-go} install golang.org/x/tools/cmd/goimports@v0.30.0
142142
```
143143
144144
* (**OPTIONAL**) [golangci-lint].

0 commit comments

Comments
 (0)