Remove macos from platforms

This commit is contained in:
Juan Calderon-Perez 2024-01-27 00:29:56 -05:00 committed by GitHub
parent 5ab96ca1de
commit 3befe5131e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 5 additions and 6 deletions

View file

@ -24,7 +24,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 'stable'
go-version: '1.21.x'
check-latest: true
cache: false
- name: Install go-critic

View file

@ -1,4 +1,4 @@
name: Golangci Lint Check
name: Golangci-Lint Check
on:
push:

View file

@ -24,7 +24,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 'stable'
go-version: '1.21.x'
check-latest: true
cache: false
- name: Install Gosec

View file

@ -24,7 +24,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 'stable'
go-version: '1.21.x'
check-latest: true
cache: false
- name: Install Govulncheck

View file

@ -24,7 +24,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 'stable'
go-version: '1.21.x'
check-latest: true
cache: false
- name: Install staticcheck

View file

@ -23,7 +23,6 @@ jobs:
platform:
- ubuntu-latest
- windows-latest
- macos-latest
runs-on: ${{ matrix.platform }}
steps:
- name: Fetch Repository