Skip to content

Commit

Permalink
Update distrobox
Browse files Browse the repository at this point in the history
  • Loading branch information
matbme committed Jul 26, 2024
1 parent d949bea commit b682b36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.21
go-version: 1.22

- name: Install build dependencies
run: |
Expand All @@ -43,7 +43,7 @@ jobs:
- name: Install test dependencies
run: |
curl -s https://raw.githubusercontent.com/89luca89/distrobox/1.7.1/install | sh
curl -s https://raw.githubusercontent.com/89luca89/distrobox/1.7.2.1/install | sh
./utils/create_test_env.sh
- name: Test
Expand Down

0 comments on commit b682b36

Please sign in to comment.