Skip to content

Commit c82e69a

Browse files
authored
Merge pull request #666 from onflow/improvement/ci-go1.19
Update to go 1.19
2 parents 0c579ef + 5663399 commit c82e69a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
continue-on-error: true
1414
uses: snyk/actions/golang@master
1515
with:
16-
go-version: '1.18'
16+
go-version: '1.19'
1717
env:
1818
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
1919
build:
@@ -24,7 +24,7 @@ jobs:
2424
fetch-depth: 0
2525
- uses: actions/setup-go@v1
2626
with:
27-
go-version: '1.18'
27+
go-version: '1.19'
2828
- name: Build Binaries
2929
run: make versioned-binaries
3030
env:

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fetch-depth: 0
1818
- uses: actions/setup-go@v1
1919
with:
20-
go-version: '1.18'
20+
go-version: '1.19'
2121
- uses: actions/cache@v1
2222
with:
2323
path: ~/go/pkg/mod
@@ -41,7 +41,7 @@ jobs:
4141
- uses: actions/checkout@v2
4242
- uses: actions/setup-go@v1
4343
with:
44-
go-version: '1.18'
44+
go-version: '1.19'
4545
- uses: golangci/[email protected]
4646
with:
4747
version: v1.47.2

0 commit comments

Comments
 (0)