Skip to content

Commit

Permalink
Replaced docker action with "docker/setup-buildx-action@v3" action in…
Browse files Browse the repository at this point in the history
…stead of "docker-practice/actions-setup-docker@master" because that wasn't compatible with newest Ubuntu version: 24.04
  • Loading branch information
ali-shokoohi committed Oct 5, 2024
1 parent b6b5f40 commit c10734e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
go-version: 1.19

- name: Set up Docker
uses: docker-practice/actions-setup-docker@master
uses: docker/setup-buildx-action@v3

- name: Set up Server
run: |
Expand Down

0 comments on commit c10734e

Please # to comment.