From 4881ea21d6549c51b680ba4497683958ab2eb069 Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Sun, 22 Dec 2024 14:29:08 +0100 Subject: [PATCH 1/5] Update Go and golangci-lint version in CI --- .github/workflows/lint-go.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/lint-go.yml b/.github/workflows/lint-go.yml index c6bd3e5bb..231c5485e 100644 --- a/.github/workflows/lint-go.yml +++ b/.github/workflows/lint-go.yml @@ -17,18 +17,18 @@ jobs: name: lint runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - uses: actions/setup-go@v4 + - uses: actions/checkout@v4 + - uses: actions/setup-go@v5 with: - go-version: '1.21.4' + go-version: "1.23.4" cache: false - name: golangci-lint - uses: golangci/golangci-lint-action@v3.6.0 + uses: golangci/golangci-lint-action@v6 with: # Require: The version of golangci-lint to use. # When `install-mode` is `binary` (default) the value can be v1.2 or v1.2.3 or `latest` to use the latest version. # When `install-mode` is `goinstall` the value can be v1.2.3, `latest`, or the hash of a commit. - version: v1.56.2 + version: v1.62.2 # Optional: working directory, useful for monorepos # working-directory: somedir From 95ca0c016a58a00c7a3c2d8f1bab7b7711e6282f Mon Sep 17 00:00:00 2001 From: Deployer Date: Tue, 7 Jan 2025 12:18:58 +0000 Subject: [PATCH 2/5] [skip ci] Built release libraries From 700f44e8563635be1ef4217ba31050fc348ae7d7 Mon Sep 17 00:00:00 2001 From: Christoph Otter Date: Tue, 7 Jan 2025 14:47:32 +0100 Subject: [PATCH 3/5] Use locked dependencies for cargo-audit install --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d376d482c..e93e7db65 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -156,7 +156,7 @@ jobs: - v3-libwasmvm_audit-rust:1.81.0- - run: name: Install cargo-audit - command: cargo install --debug cargo-audit --version 0.17.6 + command: cargo install --debug cargo-audit --version 0.17.6 --locked - run: name: Run cargo-audit working_directory: libwasmvm From 0864d7f821c2b481c4d8dbaa09a42a5abff99463 Mon Sep 17 00:00:00 2001 From: Christoph Otter Date: Tue, 7 Jan 2025 15:21:47 +0100 Subject: [PATCH 4/5] Update cargo-audit --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e93e7db65..10357247e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -156,7 +156,7 @@ jobs: - v3-libwasmvm_audit-rust:1.81.0- - run: name: Install cargo-audit - command: cargo install --debug cargo-audit --version 0.17.6 --locked + command: cargo install --debug cargo-audit --version 0.21.0 --locked - run: name: Run cargo-audit working_directory: libwasmvm From 0b829226597bdbab9a2278c6a457ba452fb1b8a7 Mon Sep 17 00:00:00 2001 From: Deployer Date: Tue, 7 Jan 2025 15:04:46 +0000 Subject: [PATCH 5/5] [skip ci] Built release libraries