File tree 4 files changed +5
-4
lines changed
4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 18
18
- name : Setup Go
19
19
uses : actions/setup-go@v5
20
20
with :
21
- go-version : ' ^1.21.5 '
21
+ go-version : ' ^1.24.1 '
22
22
23
23
- name : Install dependencies
24
24
run : make deps
Original file line number Diff line number Diff line change 2
2
# $ docker build -t jira-cli:latest .
3
3
# $ docker run --rm -it -v ~/.netrc:/root/.netrc -v ~/.config/.jira:/root/.config/.jira jira-cli
4
4
5
- FROM golang:1.21 -alpine3.19 as builder
5
+ FROM golang:1.24 -alpine3.21 AS builder
6
6
7
7
ENV CGO_ENABLED=0
8
8
ENV GOOS=linux
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ install:
44
44
lint :
45
45
@if ! command -v golangci-lint > /dev/null 2>&1 ; then \
46
46
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | \
47
- sh -s -- -b " $$ (go env GOPATH)/bin" v1.62.2 ; \
47
+ sh -s -- -b " $$ (go env GOPATH)/bin" v1.64.7 ; \
48
48
fi
49
49
golangci-lint run ./...
50
50
Original file line number Diff line number Diff line change 1
1
module github.com/ankitpokhrel/jira-cli
2
2
3
- go 1.21
3
+ go 1.24.0
4
+
4
5
toolchain go1.24.1
5
6
6
7
require (
You can’t perform that action at this time.
0 commit comments