Skip to content

Commit

Permalink
Merge branch 'main' into feature/makefile-help
Browse files Browse the repository at this point in the history
  • Loading branch information
jkutner authored Mar 28, 2023
2 parents f3caac7 + cc42e0a commit de7bf41
Show file tree
Hide file tree
Showing 32 changed files with 467 additions and 974 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
}
shell: powershell
- name: Set up go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: "1.19"
- name: Set up go env for Unix
Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: "1.19"
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-latest-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
- uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
- name: Read go versions
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: "1.19"
- name: Set up go env
Expand Down
43 changes: 0 additions & 43 deletions acceptance/testdata/pack_previous_fixtures_overrides/builder.toml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit de7bf41

Please sign in to comment.