We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a06139 commit 10de64bCopy full SHA for 10de64b
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Setup Go
19
uses: actions/setup-go@v5
20
with:
21
- go-version: '^1.21.5'
+ go-version: '^1.24.1'
22
23
- name: Install dependencies
24
run: make deps
Dockerfile
@@ -2,7 +2,7 @@
2
# $ docker build -t jira-cli:latest .
3
# $ docker run --rm -it -v ~/.netrc:/root/.netrc -v ~/.config/.jira:/root/.config/.jira jira-cli
4
5
-FROM golang:1.21-alpine3.19 as builder
+FROM golang:1.24-alpine3.21 AS builder
6
7
ENV CGO_ENABLED=0
8
ENV GOOS=linux
go.mod
@@ -1,6 +1,7 @@
1
module github.com/ankitpokhrel/jira-cli
-go 1.21
+go 1.24.0
+
toolchain go1.24.1
require (
0 commit comments