Skip to content

Commit 28a8bc3

Browse files
committed
use updated Go version
1 parent 6754ded commit 28a8bc3

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/benchmark.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ jobs:
3232
runs-on: ubuntu-latest
3333
strategy:
3434
matrix:
35-
go: ['1.22.7']
35+
go: ['1.24.3']
3636
arch: ['amd64']
3737
steps:
38-
- name: Install dependencies
39-
run: |
40-
apt-get update
41-
apt-get install -y git ca-certificates
38+
# - name: Install dependencies
39+
# run: |
40+
# apt-get update
41+
# apt-get install -y git ca-certificates
4242
- name: Checkout repository
4343
uses: actions/checkout@v4
4444
with:

0 commit comments

Comments
 (0)