Skip to content

Commit

Permalink
ci: Update builds to Go 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
Acconut committed Apr 12, 2022
1 parent c0f2026 commit 9ef0b54
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: [1.16.x, 1.17.x]
go-version: [1.16.x, 1.17.x, 1.18.x]
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ jobs:
uses: actions/checkout@v3

-
name: Install Go 1.17.2
name: Install Go 1.18
uses: actions/setup-go@v3
with:
go-version: '1.17.2'
go-version: '1.18'

-
name: Build TUSD
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/tus/tusd

// Specify the Go version needed for the Heroku deployment
// See https://github.com/heroku/heroku-buildpack-go#go-module-specifics
// +heroku goVersion go1.16
// +heroku goVersion go1.18
go 1.16

require (
Expand Down

0 comments on commit 9ef0b54

Please sign in to comment.