Skip to content

Commit ebd8a07

Browse files
committed
Bump golang to 1.22.3 (#15)
- 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
1 parent 5b05d04 commit ebd8a07

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Diff for: .github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
- name: golangci-lint
1818
uses: golangci/golangci-lint-action@v6
1919
with:
20-
version: v1.55.2
20+
version: v1.58.0

Diff for: .github/workflows/release-drafter.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches:
66
- main
7-
pull_request:
7+
pull_request_target:
88
types: [ opened, reopened, synchronize ]
99

1010
jobs:

Diff for: .github/workflows/size-label.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Size Label
22

33
on:
4-
pull_request:
4+
pull_request_target:
55
types: [ assigned, opened, synchronize, reopened ]
66

77
jobs:

Diff for: Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ GOLANGCI_LINT ?= $(LOCALBIN)/golangci-lint
7272

7373
## Tool Versions
7474
ADDLICENSE_VERSION ?= v1.1.1
75-
GOIMPORTS_VERSION ?= v0.13.0
76-
GOLANGCI_LINT_VERSION ?= v1.55.2
75+
GOIMPORTS_VERSION ?= v0.21.0
76+
GOLANGCI_LINT_VERSION ?= v1.58.0
7777

7878
.PHONY: addlicense
7979
addlicense: $(ADDLICENSE) ## Download addlicense locally if necessary.

Diff for: go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/afritzler/streetlogr
22

3-
go 1.21.2
3+
go 1.22.3
44

55
require (
66
github.com/go-logr/logr v1.4.1

0 commit comments

Comments
 (0)