Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
realPy committed Jul 18, 2023
1 parent 4bc48a8 commit 851b534
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@ jobs:
matrix:
go-version: [1.16.x,1.17.x,1.18.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
container:
image: kennethreitz/httpbin
ports:
- 80
options: --cpus 1
steps:

runs-on: ${{ matrix.os }}
- name: Install Go
uses: actions/setup-go@v2
with:
Expand Down

0 comments on commit 851b534

Please sign in to comment.