Skip to content

Commit 233c6a4

Browse files
committed
all: bump Go-1.21, drop Go-1.19
Signed-off-by: Sebastien Binet <binet@cern.ch>
1 parent d85e15f commit 233c6a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
name: Build
2222
strategy:
2323
matrix:
24-
go-version: [1.20.x, 1.19.x]
24+
go-version: [1.21.x, 1.20.x]
2525
platform: [ubuntu-20.04, macos-latest, windows-latest]
2626
runs-on: ${{ matrix.platform }}
2727
steps:

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module go-hep.org/x/hep
22

3-
go 1.19
3+
go 1.20
44

55
require (
66
gioui.org v0.0.0-20230506155350-febadd314531

0 commit comments

Comments
 (0)