diff options
author | Michael Muré <batolettre@gmail.com> | 2023-01-08 12:11:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-08 12:11:53 +0100 |
commit | c7662a13acf6db50a45d22e70e7beac3276fe784 (patch) | |
tree | 630bd8655a65049bcb58ccada82631d948a07bb1 /.github/workflows/benchmark.yml | |
parent | 51161a8fdb97814daa0543692c63b0d8a25a83ff (diff) | |
parent | 59684d74776738723901095c73782fbc619138e4 (diff) | |
download | git-bug-c7662a13acf6db50a45d22e70e7beac3276fe784.tar.gz |
Merge pull request #976 from MichaelMure/fix/975/patch-security-vulnerabilities
fix: resolve Go vulnerabilities
Diffstat (limited to '.github/workflows/benchmark.yml')
-rw-r--r-- | .github/workflows/benchmark.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index e5fcd1f1..16fb5d7e 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/setup-go@v3 with: - go-version: 1.18.x + go-version: 1.19.4 - uses: actions/checkout@v3 # Run benchmark with `go test -bench` and stores the output to a file - name: Run benchmark |