Skip to content

Commit

Permalink
Merge branch 'master' into update-databricks-dialect
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-artie authored Oct 3, 2024
2 parents 9ad7e46 + 89836ce commit fbc2023
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/go-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ on: [push]

jobs:
test:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v4

Expand All @@ -13,7 +14,7 @@ jobs:
with:
go-version: 1.23

- name: Install dependencies
- name: Download dependencies
run: go mod download

- name: Generate mocks
Expand Down

0 comments on commit fbc2023

Please sign in to comment.