Skip to content

Commit fa50157

Browse files
Update go version in the pipeline
1 parent e83cbb5 commit fa50157

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Go
1616
uses: actions/setup-go@v2
1717
with:
18-
go-version: "1.21"
18+
go-version: "1.23"
1919

2020
- name: Go test
2121
run: go test ./cmd/ ./truss/ -timeout 15000ms

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Set up Go
2828
uses: actions/setup-go@v2
2929
with:
30-
go-version: "1.21"
30+
go-version: "1.23"
3131

3232
# Release the thing!
3333
- name: Run GoReleaser

0 commit comments

Comments
 (0)