Skip to content

Commit

Permalink
bump ci go versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Savid committed Jul 30, 2024
1 parent 729ab38 commit 9b419c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.19
go-version: 1.20
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
full_ci:
strategy:
matrix:
go_version: [ 1.18.x ]
go_version: [ 1.20.x ]

runs-on: ubuntu-20.04

Expand Down

0 comments on commit 9b419c7

Please sign in to comment.