Skip to content

Commit

Permalink
build with 1.21 instead of 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
bradenaw committed Sep 9, 2023
1 parent 35d6daa commit 0ecc9cb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18
go-version: 1.21
stable: false

- name: Build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/go1.18.yml → .github/workflows/go1.21.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Go 1.18
name: Go 1.21

on:
push:
Expand All @@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18
go-version: 1.21
stable: false

- name: Build
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Juniper

[![Go Reference](https://pkg.go.dev/badge/github.com/bradenaw/juniper.svg)](https://pkg.go.dev/github.com/bradenaw/juniper)
[![Go 1.18](https://github.com/bradenaw/juniper/actions/workflows/go1.18.yml/badge.svg)](https://github.com/bradenaw/juniper/actions/workflows/go1.18.yml)
[![Go 1.21](https://github.com/bradenaw/juniper/actions/workflows/go1.21.yml/badge.svg)](https://github.com/bradenaw/juniper/actions/workflows/go1.21.yml)
[![Fuzz](https://github.com/bradenaw/juniper/actions/workflows/fuzz.yml/badge.svg)](https://github.com/bradenaw/juniper/actions/workflows/fuzz.yml)

Juniper is a library of extensions to the Go standard library using generics, including containers,
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/bradenaw/juniper

go 1.18
go 1.21

require (
golang.org/x/exp v0.0.0-20220217172124-1812c5b45e43
Expand Down

0 comments on commit 0ecc9cb

Please sign in to comment.