We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6754ded commit 28a8bc3Copy full SHA for 28a8bc3
1 file changed
.github/workflows/benchmark.yml
@@ -32,13 +32,13 @@ jobs:
32
runs-on: ubuntu-latest
33
strategy:
34
matrix:
35
- go: ['1.22.7']
+ go: ['1.24.3']
36
arch: ['amd64']
37
steps:
38
- - name: Install dependencies
39
- run: |
40
- apt-get update
41
- apt-get install -y git ca-certificates
+ # - name: Install dependencies
+ # run: |
+ # apt-get update
+ # apt-get install -y git ca-certificates
42
- name: Checkout repository
43
uses: actions/checkout@v4
44
with:
0 commit comments