Skip to content

Commit

Permalink
Commit 02.02 da Aula 01 do curso "Integração Contínua: Pipeline Docke…
Browse files Browse the repository at this point in the history
…r no Github Actions"
  • Loading branch information
AdautoDCJunior committed Jan 18, 2024
1 parent e7521a0 commit 4e28e37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
go_version: ['1.17', '1.18', '>=1.18']
os: ['ubuntu-latest', 'windows-latest']
os: ['ubuntu-latest', 'ubuntu-20.04']

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 4e28e37

Please sign in to comment.