Skip to content

Commit

Permalink
ci version
Browse files Browse the repository at this point in the history
  • Loading branch information
jaronoff97 committed Jul 29, 2024
1 parent e06f0c0 commit b475eb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: '1.20.x'
go-version: '1.22.x'
- name: Install dependencies
run: go get .
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
goversion: "1.20.5"
goversion: "1.22.1"
binary_name: "collector-cluster-check"
extra_files: LICENSE README.md

0 comments on commit b475eb6

Please sign in to comment.