Skip to content

Commit

Permalink
Update supported go versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ErisMik committed Jan 30, 2024
1 parent d3e859f commit b35cf18
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go-codestyle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Set up go
uses: actions/setup-go@v4
with:
go-version: 1.18
go-version: 1.21

- name: golangci-lint
uses: golangci/golangci-lint-action@v3
Expand All @@ -39,7 +39,7 @@ jobs:
- name: Set up go
uses: actions/setup-go@v4
with:
go-version: 1.18
go-version: 1.21

- name: golangci-lint
uses: golangci/golangci-lint-action@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
go: [ '1.16', '1.17', '1.18' ]
go: [ '1.19', '1.20', '1.21' ]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
go: [ '1.16', '1.17', '1.18' ]
go: [ '1.19', '1.20', '1.21' ]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit b35cf18

Please sign in to comment.