🇧🇷 CPF validation in Go
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Updates CI's Go version: 1.13 -> 1.14

+2 -2
+2 -2
.github/workflows/tests.yml
··· 9 9 runs-on: ubuntu-latest 10 10 steps: 11 11 12 - - name: Set up Go 1.13 12 + - name: Set up Go 1.14 13 13 uses: actions/setup-go@v1 14 14 with: 15 - go-version: 1.13 15 + go-version: 1.14 16 16 id: go 17 17 18 18 - name: Check out code into the Go module directory