File tree Expand file tree Collapse file tree 4 files changed +5
-10
lines changed Expand file tree Collapse file tree 4 files changed +5
-10
lines changed Original file line number Diff line number Diff line change 16
16
name : go-test
17
17
strategy :
18
18
matrix :
19
- go-version : [1.22.x, 1. 23.x, 1.24.x]
19
+ go-version : [1.23.x, 1.24.x]
20
20
platform : [ubuntu-latest]
21
21
runs-on : ${{ matrix.platform }}
22
22
steps :
Original file line number Diff line number Diff line change 1
- # This file was copied from the following URL and modified:
2
- # https://github.com/golangci/golangci-lint-action/blob/master/README.md#how-to-use
3
-
4
1
name : golangci-lint
5
2
on :
6
3
push :
22
19
- uses : actions/checkout@v4
23
20
- uses : actions/setup-go@v5
24
21
with :
25
- go-version : 1.22.x
26
- cache : false
22
+ go-version : 1.23.x
27
23
- name : golangci-lint
28
24
uses : golangci/golangci-lint-action@v6
29
25
with :
30
- version : v1.54 # current version at time of commit
31
- args : --timeout=10m
32
- # Only show new issues in a PR but show all issues for pushes
33
26
only-new-issues : ${{ github.event_name == 'pull_request' && 'true' || 'false' }}
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ concurrency: ${{ github.ref }}
10
10
jobs :
11
11
create-release :
12
12
runs-on : ubuntu-latest
13
+ permissions :
14
+ content : write
13
15
outputs :
14
16
RELEASE_ID : ${{ steps.create-release.outputs.result }}
15
17
steps :
Original file line number Diff line number Diff line change 1
1
module github.com/blinklabs-io/cardano-models
2
2
3
- go 1.22.11
3
+ go 1.23.6
4
4
5
5
require (
6
6
github.com/blinklabs-io/gouroboros v0.109.0
You can’t perform that action at this time.
0 commit comments