Codebase list golang-github-go-kit-kit / 0cd2b27
Merge pull request #1245 from sashamelentyev/patch-1 ci: add go 1.19 Chris Hines authored 1 year, 8 months ago GitHub committed 1 year, 8 months ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
1111 runs-on: ubuntu-latest
1212 strategy:
1313 matrix: # Support latest and one minor back
14 go: ["1.17", "1.18"]
14 go: ["1.17", "1.18", "1.19"]
1515 env:
1616 GOFLAGS: -mod=readonly
1717