Skip to content

Commit

Permalink
Bump golang to 1.22.3 (#15)
Browse files Browse the repository at this point in the history
- Bump golang to 1.22.3
- Bump golangcilint to 1.58.0
- Change trigger for size and release drafter workflow
- Bump goimports to 0.21.0
  • Loading branch information
afritzler committed May 8, 2024
1 parent 5b05d04 commit ebd8a07
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.55.2
version: v1.58.0
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- main
pull_request:
pull_request_target:
types: [ opened, reopened, synchronize ]

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/size-label.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Size Label

on:
pull_request:
pull_request_target:
types: [ assigned, opened, synchronize, reopened ]

jobs:
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ GOLANGCI_LINT ?= $(LOCALBIN)/golangci-lint

## Tool Versions
ADDLICENSE_VERSION ?= v1.1.1
GOIMPORTS_VERSION ?= v0.13.0
GOLANGCI_LINT_VERSION ?= v1.55.2
GOIMPORTS_VERSION ?= v0.21.0
GOLANGCI_LINT_VERSION ?= v1.58.0

.PHONY: addlicense
addlicense: $(ADDLICENSE) ## Download addlicense locally if necessary.
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/afritzler/streetlogr

go 1.21.2
go 1.22.3

require (
github.com/go-logr/logr v1.4.1
Expand Down

0 comments on commit ebd8a07

Please sign in to comment.