Skip to content

Commit

Permalink
github: use minor go versions in pipelines (#3321)
Browse files Browse the repository at this point in the history
Instead of having to bump golang version on each patch release, use latest patch. That's what we already do in `go.mod`.

category: misc
ticket: none
  • Loading branch information
KaloyanTanev authored and pinebit committed Oct 18, 2024
1 parent b5bead1 commit 51f3857
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-go/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ runs:
- name: Setup go
uses: actions/setup-go@v4
with:
go-version: '1.22.5'
go-version: '1.23'
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
run:
timeout: 5m
go: "1.22.5"
go: "1.23"
linters-settings:
cyclop:
max-complexity: 15
Expand Down

0 comments on commit 51f3857

Please sign in to comment.