Skip to content

Commit bfc87c3

Browse files
authored
Merge pull request #300 from sir-gon/develop
[CONFIG] Testing go version
2 parents 5e039da + f784e69 commit bfc87c3

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/go.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
os: ["windows-2022", "ubuntu-24.04", "macos-14"]
24-
go: ["1.21.x", "1.22.x", "1.23.x"]
24+
go: ['1.22.x', '1.23.x']
2525
runs-on: ${{ matrix.os }}
2626
steps:
2727
- uses: actions/checkout@v4
@@ -30,6 +30,9 @@ jobs:
3030
uses: actions/setup-go@v5
3131
with:
3232
go-version: ${{ matrix.go }}
33+
check-latest: false
34+
35+
- run: go version
3336

3437
- name: Build
3538
run: go build -v ./...

go.mod

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ module gon.cl/algorithms
22

33
go 1.22.0
44

5-
toolchain go1.23.6
6-
75
require (
86
github.com/stretchr/testify v1.10.0
97
go.uber.org/zap v1.27.0

0 commit comments

Comments
 (0)