Skip to content

Commit

Permalink
Use go 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanseymour committed Sep 7, 2022
1 parent 7e163be commit ec4388b
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
@@ -1,7 +1,7 @@
name: CI
on: [push, pull_request]
env:
go-version: "1.18.x"
go-version: "1.19.x"
jobs:
test:
name: Test
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/nyaruka/rp-archiver

go 1.18
go 1.19

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

0 comments on commit ec4388b

Please sign in to comment.