Codebase list golang-github-nicksnyder-go-i18n.v2 / 85a3f2b
Upgrade to Go 1.19.3 (#288) Nick Snyder authored 1 year, 6 months ago GitHub committed 1 year, 6 months ago
2 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
1010 - name: Install Go
1111 uses: actions/setup-go@v2
1212 with:
13 go-version: 1.18.3
13 go-version: 1.19.3
1414 - name: Git checkout
1515 uses: actions/checkout@v2
1616 - name: Build
1717 name: Set up Go
1818 uses: actions/setup-go@v2
1919 with:
20 go-version: '^1.17.7'
20 go-version: '^1.19.3'
2121 -
2222 name: Release
2323 uses: goreleaser/goreleaser-action@v2