Skip to content

Commit

Permalink
feat: upgraded to go 1.20
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Chodur <[email protected]>
  • Loading branch information
FUSAKLA committed Jul 14, 2023
1 parent 00ea9b2 commit 37b1795
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.19
go-version: 1.20

- name: Golangci-lint
uses: golangci/golangci-lint-action@v2.5.2
uses: golangci/golangci-lint-action@v3.6.0

- name: Build
run: make build
Expand All @@ -28,7 +28,7 @@ jobs:

- name: E2E test
run: make e2e-test

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.19
go-version: 1.20

- name: Login to Docker Hub
uses: docker/login-action@v1
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- New config option `prometheus_bearer_token` to allow authentication with Prometheus using a bearer token

### Changed
- Upgraded to go 1.20

## [2.1.0] - 2023-05-06
### Added
- New flag `--ignore-config | -i` to ignore any config file found
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/fusakla/autograf

go 1.19
go 1.20

require github.com/alecthomas/kong v0.7.1

Expand Down

0 comments on commit 37b1795

Please sign in to comment.