Skip to content

Commit

Permalink
Merge pull request #1186 from slack-go/use-latest-3-versions-in-ci
Browse files Browse the repository at this point in the history
Test with Go 1.18~1.20
  • Loading branch information
kanata2 committed Mar 28, 2023
2 parents 5923d7d + 22489e7 commit 2c348c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -12,9 +12,9 @@ jobs:
strategy:
matrix:
go:
- '1.17'
- '1.18'
- '1.19'
- '1.20'
name: test go-${{ matrix.go }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 2c348c8

Please sign in to comment.