File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1515 - name : Setup Go env
1616 uses : actions/setup-go@v4
1717 with :
18- go-version : " ^1.21 .0"
18+ go-version : " ^1.22 .0"
1919 - name : Checkout
2020 uses : actions/checkout@v3
2121 with :
3636 - name : Setup Go env
3737 uses : actions/setup-go@v4
3838 with :
39- go-version : " ^1.21 .0"
39+ go-version : " ^1.22 .0"
4040 cache : false
4141 - name : Checkout
4242 uses : actions/checkout@v3
Original file line number Diff line number Diff line change 1616 - name : Setup Go env
1717 uses : actions/setup-go@v4
1818 with :
19- go-version : " ^1.21 .0"
19+ go-version : " ^1.22 .0"
2020 - name : Checkout
2121 uses : actions/checkout@v3
2222 with :
Original file line number Diff line number Diff line change 1616 - name : Setup Go env
1717 uses : actions/setup-go@v4
1818 with :
19- go-version : " ^1.21 .0"
19+ go-version : " ^1.22 .0"
2020 - name : Checkout
2121 uses : actions/checkout@v3
2222 with :
Original file line number Diff line number Diff line change 1515 - name : Setup Go env
1616 uses : actions/setup-go@v4
1717 with :
18- go-version : " ^1.21 .0"
18+ go-version : " ^1.22 .0"
1919 - name : Docker login
2020 uses : docker/login-action@v2
2121 with :
Original file line number Diff line number Diff line change 1616 - name : Setup Go env
1717 uses : actions/setup-go@v4
1818 with :
19- go-version : " ^1.21 .0"
19+ go-version : " ^1.22 .0"
2020 - name : Checkout
2121 uses : actions/checkout@v3
2222 with :
Original file line number Diff line number Diff line change 11module github.com/warrant-dev/warrant
22
3- go 1.21
3+ go 1.22
44
55require (
66 github.com/alecthomas/participle/v2 v2.1.1
You can’t perform that action at this time.
0 commit comments