Skip to content

Commit bd4012d

Browse files
authored
update Go tools to 1.21 (#500)
1 parent 992aa2c commit bd4012d

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/pr-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Setup go
1414
uses: actions/setup-go@v2
1515
with:
16-
go-version: '1.18'
16+
go-version: '1.21'
1717
- name: Run tests against Linux SQL
1818
run: |
1919
go version

NOTICE.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4712,8 +4712,8 @@ THE SOFTWARE.
47124712
## golang.org/x/crypto
47134713

47144714
* Name: golang.org/x/crypto
4715-
* Version: v0.14.0
4716-
* License: [BSD-3-Clause](https://cs.opensource.google/go/x/crypto/+/v0.14.0:LICENSE)
4715+
* Version: v0.17.0
4716+
* License: [BSD-3-Clause](https://cs.opensource.google/go/x/crypto/+/v0.17.0:LICENSE)
47174717

47184718
```
47194719
Copyright (c) 2009 The Go Authors. All rights reserved.
@@ -4786,8 +4786,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
47864786
## golang.org/x/sys/windows
47874787

47884788
* Name: golang.org/x/sys/windows
4789-
* Version: v0.13.0
4790-
* License: [BSD-3-Clause](https://cs.opensource.google/go/x/sys/+/v0.13.0:LICENSE)
4789+
* Version: v0.15.0
4790+
* License: [BSD-3-Clause](https://cs.opensource.google/go/x/sys/+/v0.15.0:LICENSE)
47914791

47924792
```
47934793
Copyright (c) 2009 The Go Authors. All rights reserved.
@@ -4823,8 +4823,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
48234823
## golang.org/x/text
48244824

48254825
* Name: golang.org/x/text
4826-
* Version: v0.13.0
4827-
* License: [BSD-3-Clause](https://cs.opensource.google/go/x/text/+/v0.13.0:LICENSE)
4826+
* Version: v0.14.0
4827+
* License: [BSD-3-Clause](https://cs.opensource.google/go/x/text/+/v0.14.0:LICENSE)
48284828

48294829
```
48304830
Copyright (c) 2009 The Go Authors. All rights reserved.

build/azure-pipelines/build-common.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ parameters:
1717
steps:
1818
- task: GoTool@0
1919
inputs:
20-
version: '1.18'
20+
version: '1.21'
2121
goBin: $(Build.SourcesDirectory)
2222

2323
- task: Go@0

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/microsoft/go-sqlcmd
22

3-
go 1.18
3+
go 1.21
44

55
require (
66
github.com/alecthomas/chroma/v2 v2.5.0

0 commit comments

Comments
 (0)