Skip to content

ci: 💚 Melhora da config com matrixChange commit. #6

ci: 💚 Melhora da config com matrixChange commit.

ci: 💚 Melhora da config com matrixChange commit. #6

Workflow file for this run

name: ci-golang-workflow
on:
pull_request:
branches:
- develop
jobs:
check-application:
strategy:
matrix:
go: ['1.21.1','1.21.3']
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go }}
- run: go test
- run: go run math.go