Skip to content

Commit

Permalink
feat(ci): bump go version
Browse files Browse the repository at this point in the history
  • Loading branch information
Savid committed Mar 6, 2024
1 parent d756fa9 commit 9963629
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/sentry-smoke-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.22'
- name: Build xatu image
run: |
docker build -t ethpandaops/xatu:local .
Expand Down

0 comments on commit 9963629

Please sign in to comment.