Skip to content

Commit a3cd541

Browse files
vup: go 1.26 (#225)
* vup: go 1.26 * ci: use setup go * ci: use setup go * ci: update testcase
1 parent a79342c commit a3cd541

File tree

8 files changed

+4785
-4603
lines changed

8 files changed

+4785
-4603
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
on:
2+
pull_request:
3+
paths:
4+
- '**/*.go'
5+
- '**/*.mod'
6+
- '**/*.sum'
7+
- '**/*.yml'
8+
9+
name: "Build"
10+
jobs:
11+
build:
12+
strategy:
13+
matrix:
14+
os: [windows-latest]
15+
runs-on: ${{ matrix.os }}
16+
steps:
17+
- uses: actions/checkout@v4
18+
- uses: actions/setup-go@v6
19+
20+
- name: Build
21+
run: go build ./cmd/gobrew
22+
shell: bash

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
go-version: [latest, dev-latest, mod]
15-
os: [ubuntu-latest, macos-latest, windows-latest]
15+
os: [ubuntu-latest, macos-latest]
1616
runs-on: ${{ matrix.os }}
1717
steps:
1818
- uses: actions/checkout@v4

go.mod

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

3-
go 1.25.1
3+
go 1.26.0
44

55
require (
66
github.com/Masterminds/semver v1.5.0
756 Bytes
Binary file not shown.
756 Bytes
Binary file not shown.
756 Bytes
Binary file not shown.
156 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)