diff options
author | Steve Moyer <smoyer1@selesy.com> | 2023-01-03 10:20:08 -0500 |
---|---|---|
committer | Steve Moyer <smoyer1@selesy.com> | 2023-01-03 10:20:08 -0500 |
commit | 33e3e4b65e022aeabbcadf8647f5de31d6435e60 (patch) | |
tree | 89a9af559d2db92fd1a2d1c729fe200061f81e17 /.github/workflows/benchmark.yml | |
parent | 3915d2b76e17ae7058510d3b4cd91b24786bb526 (diff) | |
download | git-bug-33e3e4b65e022aeabbcadf8647f5de31d6435e60.tar.gz |
fix: resolve Go vulnerabilities
Resolves #975
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..c7876f2d 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.x - uses: actions/checkout@v3 # Run benchmark with `go test -bench` and stores the output to a file - name: Run benchmark |