Skip to content

Commit

Permalink
upgrade go to 1.19 (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
calebdoxsey committed Oct 21, 2022
1 parent 574b3cc commit 84fd31d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-tagged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.18.x
go-version: 1.19.x

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
golang 1.18.1
golang 1.19.2
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ test: ## test everything

.PHONY: tidy
tidy: ## run go mod tidy
go mod tidy -compat=1.18
go mod tidy -compat=1.19

.PHONY: clean
clean: ## Cleanup any build binaries or packages.
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/pomerium/datasource

go 1.18
go 1.19

require (
github.com/client9/misspell v0.3.4
Expand Down

0 comments on commit 84fd31d

Please sign in to comment.