Skip to content

build(deps): bump github.com/golang-jwt/jwt/v4 from 4.2.0 to 4.5.1 in /tools/krane/go-src #979

build(deps): bump github.com/golang-jwt/jwt/v4 from 4.2.0 to 4.5.1 in /tools/krane/go-src

build(deps): bump github.com/golang-jwt/jwt/v4 from 4.2.0 to 4.5.1 in /tools/krane/go-src #979

Workflow file for this run

name: Rust
on:
# triggers when a PR is posted
pull_request:
branches:
- "*"
paths-ignore:
- "**.md"
- "**.plantuml"
- "**.svg"
jobs:
build:
runs-on:
group: bottlerocket
labels: bottlerocket_ubuntu-latest_16-core
steps:
- uses: actions/checkout@v3
- run: cargo install cargo-deny --locked
- run: cargo install cargo-make --locked
- uses: actions/setup-go@v5
with:
go-version: "^1.18"
- run: make build