Skip to content

Commit

Permalink
bump versions on github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
keegancsmith committed Mar 12, 2024
1 parent acce052 commit 755d68b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ name: CI
jobs:
test:
runs-on: ubuntu-latest
# Pinned to alpine 3.19 to fix go version to 1.21. Remove this once Sourcegraph is on Go 1.22.
container: alpine:3.19
container: alpine:edge # latest go pls
steps:
- name: checkout
uses: actions/checkout@v3
Expand All @@ -32,7 +31,7 @@ jobs:
packages: 'github.com/sourcegraph/zoekt' # This is the package where the Protobuf round trip tests are defined
fuzz-time: 30s
fuzz-minimize-time: 1m
go-version: '1.21'
go-version: '1.22'

shellcheck:
name: shellcheck
Expand Down

0 comments on commit 755d68b

Please sign in to comment.