Skip to content

Commit

Permalink
Merge pull request #97 from avast/go_versions
Browse files Browse the repository at this point in the history
Go versions
  • Loading branch information
JaSei committed Aug 3, 2023
2 parents a9a7017 + fd84943 commit c6b67a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: [ '1.16', '1.17', '1.18', '1.19' ]
go-version: ['1.18', '1.19', '1.20']
os: [ubuntu-latest, macos-latest, windows-latest]
env:
OS: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.3.3
4.3.4

0 comments on commit c6b67a0

Please sign in to comment.