Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ executors:
default:
working_directory: /go/src/github.com/timakin/bodyclose
docker:
- image: circleci/golang:1.12
- image: circleci/golang:1.22
environment:
- APP_NAME: bodyclose
- GO111MODULE: "on"
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/timakin/bodyclose

go 1.12
go 1.22

require (
github.com/gostaticanalysis/analysisutil v0.7.1
Expand Down
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build !go1.12
// +build !go1.12

package main
Expand Down
1 change: 1 addition & 0 deletions main_go112.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build go1.12
// +build go1.12

package main
Expand Down