Skip to content

Commit 668f1f2

Browse files
gloursndeloof
authored andcommitted
bump golang versions to use v1.20 and v1.21
Signed-off-by: Guillaume Lours <[email protected]>
1 parent f2a0f5d commit 668f1f2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
timeout-minutes: 5
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v3
14+
uses: actions/checkout@v4
1515
- name: Check license
1616
run: DOCKER_BUILDKIT=1 make check-license
1717
- name: Check schema
@@ -20,15 +20,15 @@ jobs:
2020
test:
2121
strategy:
2222
matrix:
23-
go-version: ['1.20', '1.19']
23+
go-version: ['1.21', '1.20']
2424
platform: [ubuntu-latest, macos-latest, windows-latest]
2525
runs-on: ${{ matrix.platform }}
2626
timeout-minutes: 10
2727
steps:
2828
- name: Checkout code
29-
uses: actions/checkout@v3
29+
uses: actions/checkout@v4
3030
- name: Install Go
31-
uses: actions/setup-go@v3
31+
uses: actions/setup-go@v4
3232
with:
3333
go-version: ${{ matrix.go-version }}
3434
check-latest: true

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/compose-spec/compose-go/v2
22

3-
go 1.19
3+
go 1.20
44

55
require (
66
github.com/distribution/reference v0.5.0

0 commit comments

Comments
 (0)