Skip to content

Commit 9ef0b54

Browse files
committed
ci: Update builds to Go 1.18
1 parent c0f2026 commit 9ef0b54

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/continuous-integration.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
go-version: [1.16.x, 1.17.x]
12+
go-version: [1.16.x, 1.17.x, 1.18.x]
1313
platform: [ubuntu-latest, macos-latest, windows-latest]
1414
runs-on: ${{ matrix.platform }}
1515
env:

.github/workflows/release.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,10 @@ jobs:
8080
uses: actions/checkout@v3
8181

8282
-
83-
name: Install Go 1.17.2
83+
name: Install Go 1.18
8484
uses: actions/setup-go@v3
8585
with:
86-
go-version: '1.17.2'
86+
go-version: '1.18'
8787

8888
-
8989
name: Build TUSD

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/tus/tusd
22

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

88
require (

0 commit comments

Comments
 (0)