Skip to content

Commit

Permalink
Update go versions for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
breml committed Sep 12, 2024
1 parent fd012ec commit 50af23d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: "1.20"
go-version: "stable"
- uses: actions/go-dependency-submission@v1
with:
go-mod-path: go.mod
2 changes: 1 addition & 1 deletion .github/workflows/go-cross.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

strategy:
matrix:
go-version: [ "1.20", "1.21", "1.x" ]
go-version: [ "stable", "oldstable", "1.x" ]
os: [ubuntu-latest, macos-latest, windows-latest]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Main Process
runs-on: ubuntu-latest
env:
GO_VERSION: "1.20"
GO_VERSION: "stable"
GOLANGCI_LINT_VERSION: v1.51.2
CGO_ENABLED: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.20"
go-version: "stable"

-
name: Run GoReleaser
Expand Down

0 comments on commit 50af23d

Please sign in to comment.