Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
bump Go to 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
kdomanski committed Aug 21, 2023
1 parent c26197d commit 6802209
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- uses: actions/setup-go@v4
with:
go-version: '1.17'
go-version: '1.20'

- name: Make all
run: make
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/Jimdo/aws-health-exporter

go 1.17
go 1.20

require (
github.com/aws/aws-sdk-go v1.44.327
Expand Down

0 comments on commit 6802209

Please sign in to comment.