Skip to content

Commit

Permalink
Merge pull request #1100 from carapace-sh/actions-container
Browse files Browse the repository at this point in the history
actions: update containers
  • Loading branch information
rsteube authored Jan 20, 2025
2 parents 022164c + 7c57350 commit 8bc0abe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- escape
- redirect
runs-on: ubuntu-latest
container: ghcr.io/carapace-sh/carapace
container: ghcr.io/carapace-sh/mdbook
steps:
- uses: actions/checkout@v4

Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ jobs:

build:
runs-on: ubuntu-latest
container: ghcr.io/carapace-sh/carapace
steps:
- name: shallow clone
uses: actions/checkout@v4
Expand All @@ -23,7 +22,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.22.0'
go-version: '1.23.4'

- name: Generate
run: go generate ./...
Expand Down

0 comments on commit 8bc0abe

Please sign in to comment.