Skip to content

Commit bd69484

Browse files
committed
build: bump go version
1 parent 4b72157 commit bd69484

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
- name: install go
1515
uses: actions/setup-go@v2
1616
with:
17-
go-version: 1.16
17+
go-version: 1.24
1818
- name: build and test
1919
run: make

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/mpolden/atb
22

3-
go 1.18
3+
go 1.24

0 commit comments

Comments
 (0)