Skip to content

Commit 735dd51

Browse files
committedMay 11, 2023
Build with Go 1.20 and Lint with golangci-lint 1.52
1 parent 12f3894 commit 735dd51

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎.tool-versions

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
golang 1.19.1
2-
golangci-lint 1.49.0
1+
golang 1.20.4
2+
golangci-lint 1.52.2

‎go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/rm3l/gh-dev-branch
22

3-
go 1.19
3+
go 1.20
44

55
require (
66
github.com/cli/go-gh v1.2.1

0 commit comments

Comments
 (0)
Please sign in to comment.