Skip to content

Commit

Permalink
rollback go version
Browse files Browse the repository at this point in the history
  • Loading branch information
Silvio Fragata da Silva committed Mar 8, 2024
1 parent b6f977b commit 65e071c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
go_version: [1.54]
go_version: [1.22]
steps:
- name: checkout
uses: actions/checkout@v4
Expand All @@ -36,7 +36,7 @@ jobs:
go get -v -u ./...
echo "go test for ${{ matrix.os }} and version ${{ matrix.go_version }}".
go test -v ./... -cover -race
go build -v -o ${{ github.workspace }}/dist/adguardhome_exporter main.go
go build -v -o ${{ github.workspace }}/dist/plex_exporter main.go
- name: upload artifacts
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 65e071c

Please sign in to comment.