Skip to content

Commit afebd9e

Browse files
author
Paweł Wamej
committed
chore: build with go 1.20
1 parent 1dc5d04 commit afebd9e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/pr.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
- uses: actions/setup-go@v2
1414
with:
15-
go-version: 1.16.5
15+
go-version-file: go.mod
1616

1717
- name: Cache Dependencies
1818
uses: actions/cache@v2
@@ -32,4 +32,3 @@ jobs:
3232
name: avm-cli-reports
3333
path: |
3434
build/reports/*
35-

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090

9191
- uses: actions/setup-go@v2
9292
with:
93-
go-version: '^1.16.5'
93+
go-version-file: 'go.mod'
9494

9595
- name: Cache Dependencies
9696
uses: actions/cache@v2

0 commit comments

Comments
 (0)