Skip to content

Commit

Permalink
Merge pull request #243 from dbt-labs/update-action-latest-gosetup
Browse files Browse the repository at this point in the history
  • Loading branch information
b-per authored Mar 22, 2024
2 parents 5069fe2 + baecd69 commit a7967b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
# Allow goreleaser to access older tag information.
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
cache: true
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
merge_group:
branches:
- main
schedule:
# every sunday at 2:45 AM so we catch up issues that might not have been raised yet
- cron: '45 2 * * 0'

name: dbt Cloud Integration Tests

Expand Down

0 comments on commit a7967b9

Please sign in to comment.