Skip to content

Commit df3059c

Browse files
author
Andre Ferraz
committed
change golang version in actions to 1.20
Signed-off-by: Andre Ferraz <andre.ferraz@loggi.com>
1 parent b0e77b7 commit df3059c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Golang
1919
uses: actions/setup-go@v1
2020
with:
21-
go-version: '1.18'
21+
go-version: '1.20'
2222
- name: Download all Go modules
2323
run: |
2424
go mod download
@@ -68,7 +68,7 @@ jobs:
6868
- name: Setup Golang
6969
uses: actions/setup-go@v1
7070
with:
71-
go-version: '1.18'
71+
go-version: '1.20'
7272
- name: Run tests
7373
env:
7474
GNUPG_DISABLED: true

0 commit comments

Comments
 (0)