Skip to content

Commit

Permalink
Update to Go 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
ryboe committed Feb 4, 2023
1 parent 86a252b commit eebd5d7
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
10 changes: 5 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2
updates:
- package-ecosystem: gomod
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
- package-ecosystem: gomod
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "CodeQL"

on:
push:
branches: [ master ]
branches: [master]
schedule:
- cron: 37 11 * * 2

Expand All @@ -26,7 +26,7 @@ jobs:
with:
languages: go

# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
- name: Autobuild
uses: github/codeql-action/autobuild@v2

Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ jobs:
container: golangci/golangci-lint:v1.50-alpine

steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Checkout repository
uses: actions/checkout@v3

- name: Run linter
run: golangci-lint run
- name: Run linter
run: golangci-lint run

tests:
name: Run unit tests with the race detector enabled
runs-on: ubuntu-latest
container: golang:1.19-alpine
container: golang:1.20-alpine

steps:
- name: Checkout repository
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/ryboe/q

go 1.19
go 1.20

require github.com/kr/pretty v0.3.1

Expand Down

0 comments on commit eebd5d7

Please sign in to comment.