Skip to content

Commit

Permalink
bump repo/project to golang v1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
bnewbold committed Apr 4, 2024
1 parent 65fc185 commit 8a7927e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Go tooling
uses: actions/setup-go@v4
with:
go-version: "1.21"
go-version: "1.22"
- name: Build
run: make build
- name: Test
Expand All @@ -32,6 +32,6 @@ jobs:
- name: Set up Go tooling
uses: actions/setup-go@v4
with:
go-version: "1.21"
go-version: "1.22"
- name: Lint
run: make lint
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/bluesky-social/indigo

go 1.21
go 1.22

require (
contrib.go.opencensus.io/exporter/prometheus v0.4.2
Expand Down

0 comments on commit 8a7927e

Please # to comment.