Skip to content

Commit 14a351c

Browse files
authored
build: go 1.23 (#907)
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent f7c40d8 commit 14a351c

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

.github/workflows/go-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
name: go-test
1717
strategy:
1818
matrix:
19-
go-version: [1.22.x, 1.23.x, 1.24.x]
19+
go-version: [1.23.x, 1.24.x]
2020
platform: [ubuntu-latest]
2121
runs-on: ${{ matrix.platform }}
2222
steps:

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# This file was copied from the following URL and modified:
2-
# https://github.com/golangci/golangci-lint-action/blob/master/README.md#how-to-use
3-
41
name: golangci-lint
52
on:
63
push:
@@ -22,11 +19,8 @@ jobs:
2219
- uses: actions/checkout@v4
2320
- uses: actions/setup-go@v5
2421
with:
25-
go-version: 1.22.x
26-
cache: false
22+
go-version: 1.23.x
2723
- name: golangci-lint
2824
uses: golangci/golangci-lint-action@v6
2925
with:
30-
args: --timeout=10m
31-
# Only show new issues in a PR but show all issues for pushes
3226
only-new-issues: ${{ github.event_name == 'pull_request' && 'true' || 'false' }}

go.mod

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

3-
go 1.22.11
3+
go 1.23.6
44

55
require (
66
filippo.io/edwards25519 v1.1.0

0 commit comments

Comments
 (0)