Skip to content

Commit c6b67a0

Browse files
authored
Merge pull request avast#97 from avast/go_versions
Go versions
2 parents a9a7017 + fd84943 commit c6b67a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
go-version: [ '1.16', '1.17', '1.18', '1.19' ]
22+
go-version: ['1.18', '1.19', '1.20']
2323
os: [ubuntu-latest, macos-latest, windows-latest]
2424
env:
2525
OS: ${{ matrix.os }}

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.3.3
1+
4.3.4

0 commit comments

Comments
 (0)