File tree Expand file tree Collapse file tree 10 files changed +12
-12
lines changed Expand file tree Collapse file tree 10 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1515 name : CloudEvents Conformance
1616 strategy :
1717 matrix :
18- go-version : [1.23 ]
18+ go-version : [1.24 ]
1919 platform : [ubuntu-latest]
2020
2121 runs-on : ${{ matrix.platform }}
Original file line number Diff line number Diff line change 1515 name : Build
1616 strategy :
1717 matrix :
18- go-version : [1.23 ]
18+ go-version : [1.24 ]
1919 platform : [ubuntu-latest]
2020
2121 runs-on : ${{ matrix.platform }}
Original file line number Diff line number Diff line change 2222 - name : Setup Go
2323 uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
2424 with :
25- go-version : 1.23
25+ go-version : 1.24
2626 cache-dependency-path : v2/go.sum
2727 id : go
2828
Original file line number Diff line number Diff line change 2222 - name : Setup Go
2323 uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
2424 with :
25- go-version : 1.23
25+ go-version : 1.24
2626 cache-dependency-path : v2/go.sum
2727 id : go
2828
Original file line number Diff line number Diff line change 1515 name : Unit Test
1616 strategy :
1717 matrix :
18- go-version : [1.23 ]
18+ go-version : [1.24 ]
1919 platform : [ubuntu-latest]
2020
2121 runs-on : ${{ matrix.platform }}
Original file line number Diff line number Diff line change 1616 strategy :
1717 matrix :
1818 # Only test one go version: the integration tests don't seem to pass if NATS runs more one running at a time.
19- go-version : [1.23 ]
19+ go-version : [1.24 ]
2020 platform : [ubuntu-latest]
2121
2222 runs-on : ${{ matrix.platform }}
Original file line number Diff line number Diff line change 1515 name : CloudEvents Observability
1616 strategy :
1717 matrix :
18- go-version : [1.23 ]
18+ go-version : [1.24 ]
1919 platform : [ubuntu-latest]
2020
2121 runs-on : ${{ matrix.platform }}
Original file line number Diff line number Diff line change 1818 - name : Setup Go
1919 uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
2020 with :
21- go-version : 1.23
21+ go-version : 1.24
2222 cache-dependency-path : v2/go.sum
2323
2424 - name : Install Dependencies
6666 - name : Set up Go
6767 uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
6868 with :
69- go-version : 1.23
69+ go-version : 1.24
7070 cache-dependency-path : v2/go.sum
7171
7272 - run : git pull
9999 - name : Set up Go
100100 uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
101101 with :
102- go-version : 1.23
102+ go-version : 1.24
103103 cache-dependency-path : v2/go.sum
104104
105105 - name : Checkout Code
Original file line number Diff line number Diff line change 2020 - name : Setup Go
2121 uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
2222 with :
23- go-version : 1.23
23+ go-version : 1.24
2424 cache-dependency-path : v2/go.sum
2525
2626 - name : Run update dependencies script
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ This library will help you to:
2020_ Note:_ Supported
2121[ CloudEvents specification] ( https://github.com/cloudevents/spec ) : 0.3, 1.0
2222
23- _ Note:_ Tested and supported go version(s) : 1.23+
23+ _ Note:_ Minimum Go version required : 1.23 (tested with 1.24+)
2424
2525## Get started
2626
You can’t perform that action at this time.
0 commit comments